PageRules::changeSlug()
Validates if the slug for the page can be changed
Parameters
Name | Type | Default |
---|---|---|
$page * | Kirby\Cms\Page |
– |
$slug * | string |
– |
Return type
bool
Exceptions
Type | Description |
---|---|
Kirby\Exception\DuplicateException |
If a page with this slug already exists |
Kirby\Exception\PermissionException |
If the user is not allowed to change the slug |