Skip to content

Kirby 4.2.0

$pluginassets->keyOf()

Tries to find the key for the given element

$pluginassets->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\PluginAssets inherited from Kirby\Toolkit\Iterator