eZ\Publish\Core\FieldType\Author\Type::getFieldTypeIdentifier PHP Méthode

getFieldTypeIdentifier() public méthode

Returns the field type identifier for this field type.
public getFieldTypeIdentifier ( ) : string
Résultat string
    public function getFieldTypeIdentifier()
    {
        return 'ezauthor';
    }