eZ\Publish\Core\Persistence\FieldType::getEmptyValue PHP Method

getEmptyValue() public method

Returns the empty value for the field type that can be processed by the storage engine.
public getEmptyValue ( ) : eZ\Publish\SPI\Persistence\Content\FieldValue
return eZ\Publish\SPI\Persistence\Content\FieldValue
    public function getEmptyValue()
    {
        return $this->internalFieldType->toPersistenceValue($this->internalFieldType->getEmptyValue());
    }