eZ\Publish\Core\FieldType\Author\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 'ezauthor';
    }