$page->toArray() Converts the most important properties to array kirby/src/Cms/Page.php#L1197 $page->toArray(): array Return type array Parent class Kirby\Cms\Page Example <?php $array = $page->toArray(); var_dump($array);