IsEmptyValue
IsEmptyValue.php
:
18
Interface
The field type interface which field types available to storage engines have to implement.
since 7.5.6. In 8.0 (for eZ Platform 3.0) it will be merged into the
\Ibexa\Contracts\Core\Persistence\FieldType interface
Tags
Methods¶
isEmptyValue()
¶
IsEmptyValue.php
:
23
Returns the empty value for the field type that can be processed by the storage engine.
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $fieldValue | FieldValue | - | - |
Return values
bool