Skip to content

Kirby 4.2.0

$field->isEmpty()

Checks if the field is empty

$field->isEmpty(mixed ...$args = null): bool

Parameters

Name Type Default
... $args mixed null

Return type

bool

Parent class

Kirby\Form\Field