menu 8 Menu Overview $page->toArray() Converts the most important properties to array $page->toArray(): array Return type array Example <?php $array = $page->toArray(); var_dump($array); Source code kirby/src/Cms/Page.php#L1413