PageRules::changeStatusToListed()
Validates if the status of a page can be changed to listed
Parameters
Name | Type | Default |
---|---|---|
$page * | Kirby\Cms\Page |
– |
$position * | int |
– |
Return type
bool
Exceptions
Type | Description |
---|---|
Kirby\Exception\InvalidArgumentException |
If the given position is invalid |
Kirby\Exception\PermissionException |
If the user is not allowed to change the status or the status for the page cannot be changed by any user |