Skip to content

Kirby 4.1.2

$layouts->keyOf()

Tries to find the key for the given element

$layouts->keyOf(mixed $needle): string|int|false

Parameters

Name Type Default Description
$needle * mixed the element to search for

Return type

string|int|false

Parent class

Kirby\Cms\Layouts inherited from Kirby\Toolkit\Iterator