Skip to content

Kirby 4.2.0

$path->findByKey()

Find a single element by key (id)

$path->findByKey(string $key): mixed

Parameters

Name Type Default
$key * string

Return type

mixed

Parent class

Kirby\Http\Path inherited from Kirby\Toolkit\Collection