Skip to content

Kirby 3.7.5

$pages->findByIdRecursive()

Finds a child or child of a child recursively.

Deprecated in 3.7.0
Use $pages->find() instead
$pages->findByIdRecursive(string $id, string $startAt = null, bool $multiLang = false, bool $silenceWarning = false): mixed

Parameters

Name Type Default
$id * string
$startAt string null
$multiLang bool false
$silenceWarning bool false

Return type

mixed

Parent class

Kirby\Cms\Pages