Skip to content

Kirby 4.1.2

$blocks->findByKey()

Find a single element by key (id)

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

Parameters

Name Type Default
$key * string

Return type

mixed

Parent class

Kirby\Cms\Blocks inherited from Kirby\Toolkit\Collection