$pages->findById() Finds a page in the collection by id. kirby/src/Cms/Pages.php#L211 Deprecated in 3.7.0 Use $pages->get() or $pages->find() instead $pages->findById(string $id = null): mixed Parameters Name Type Default $id string null Return type mixed Parent class Kirby\Cms\Pages