eZ\Publish\Core\FieldType\Keyword\Type::getEmptyValue PHP Méthode

getEmptyValue() public méthode

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
Résultat Value
    public function getEmptyValue()
    {
        return new Value(array());
    }