Copied!

IsEmptyValue

IsEmptyValue.php : 18

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
See
FieldType
Deprecated

since 7.5.6. In 8.0 (for eZ Platform 3.0) it will be merged into the \Ibexa\Contracts\Core\Persistence\FieldType interface

Methods

publicisEmptyValue()

IsEmptyValue.php : 23

Returns the empty value for the field type that can be processed by the storage engine.

public isEmptyValue(FieldValue $fieldValue) : bool

Parameters

Name Type Default value Description
$fieldValue FieldValue - -

Return values

bool