$value->isEmpty()
Checks if the field is empty
$value->isEmpty(): bool
Return type
bool
This method modifies the existing $value
object it is applied to and returns it again.
Parent class
Kirby\Form\Mixin\Value
Checks if the field is empty
$value->isEmpty(): bool
bool
This method modifies the existing $value
object it is applied to and returns it again.
Kirby\Form\Mixin\Value