$pages->findByKey() Finds a page by its ID or URI kirby/src/Cms/Pages.php#L213 $pages->findByKey(string $key = null): Kirby\Cms\Page|null Parameters Name Type Default $key string null Return type Kirby\Cms\Page|null Parent class Kirby\Cms\Pages