$languages->keyOf()
Tries to find the key for the given element
$languages->keyOf(mixed $needle): string|falseParameters
| Name | Type | Default | Description | 
|---|---|---|---|
| $needle * | mixed | – | the element to search for | 
Return type
string|false
Parent class
  Kirby\Cms\Languages    inherited from Kirby\Toolkit\Iterator