eZ\Publish\Core\FieldType\Null\Type::getFieldTypeIdentifier PHP Method

getFieldTypeIdentifier() public method

Returns the field type identifier for this field type.
public getFieldTypeIdentifier ( ) : string
return string
    public function getFieldTypeIdentifier()
    {
        return $this->fieldTypeIdentifier;
    }