eZ\Publish\Core\FieldType\Keyword\Type::getEmptyValue PHP Method

getEmptyValue() public method

Returns the fallback default value of field type when no such default value is provided in the field definition in content types.
public getEmptyValue ( ) : Value
return Value
    public function getEmptyValue()
    {
        return new Value(array());
    }