Skip to content

Kirby 5.0.4

$layouts->indexOf()

Correct position detection for objects. The method will automatically detect objects or ids and then search accordingly.

$layouts->indexOf(string|Kirby\Cms\Layout $needle): int|false

Parameters

Name Type Default
$needlerequired stringorKirby\Cms\Layout no default value

Return types

intorfalse

This method modifies the existing $layouts object it is applied to and returns it again.

Parent class

Kirby\Cms\Layouts inherited from Kirby\Cms\Collection