Skip to content

Kirby 4.1.2

$roles->findBy()

Find a single element by an attribute and its value

$roles->findBy(string $attribute, mixed $value): mixed|null

Parameters

Name Type Default
$attribute * string
$value * mixed

Return type

mixed|null

Parent class

Kirby\Cms\Roles inherited from Kirby\Cms\Collection