$value->hasValue()
Checks if the field has a value
$value->hasValue(): 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 has a value
$value->hasValue(): bool
bool
This method modifies the existing $value
object it is applied to and returns it again.
Kirby\Form\Mixin\Value