$pageActions->move()
Moves the page to a new parent if the new parent accepts the page type
$pageActions->move(Kirby\Cms\Site|Kirby\Cms\Page $parent): Kirby\Cms\Page
Parameters
| Name | Type | Default |
|---|---|---|
| $parentrequired | Kirby\Cms\SiteorKirby\Cms\Page |
no default value |
Return type
This method modifies the existing $pageactions object it is applied to and returns it again.
Parent class
Kirby\Cms\PageActions