Skip to content

Kirby 4.2.0

$segments->findBy()

Find a single element by an attribute and its value

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

Parameters

Name Type Default
$attribute * string
$value * mixed

Return type

mixed|null

Parent class

Kirby\Query\Segments inherited from Kirby\Toolkit\Collection