menu 8 Menu Overview $file->page() Returns the parent Page object $file->page(): Kirby\Cms\Page|null Return type Kirby\Cms\Page|null Example echo 'Document of: ' . $file->page()->title(); Source code kirby/src/Cms/File.php#L440