$languages->indexOf()
Correct position detection for objects. The method will automatically detect objects or ids and then search accordingly.
$languages->indexOf(string|Kirby\Cms\Language $needle): int|false
Parameters
| Name | Type | Default |
|---|---|---|
| $needlerequired | stringorKirby\Cms\Language |
no default value |
Return types
intorfalse
This method modifies the existing $languages object it is applied to and returns it again.
Parent class
Kirby\Cms\Languages
inherited from Kirby\Cms\Collection