Skip to content

Kirby 4.2.0

$fields->has()

Checks by key if an element is included

$fields->has(mixed $key): bool

Parameters

Name Type Default
$key * mixed

Return type

bool

Parent class

Kirby\Form\Fields inherited from Kirby\Toolkit\Iterator