$field->isEmptyValue()
Checks if the given value is considered empty
$field->isEmptyValue(mixed $value = null): bool
Parameters
Name | Type | Default |
---|---|---|
$value | mixed |
null
|
Return type
bool
This method modifies the existing $field
object it is applied to and returns it again.