Neos\Neos\Service\DataSource\AbstractDataSource::getIdentifier PHP Méthode

getIdentifier() public static méthode

public static getIdentifier ( ) : string
Résultat string the short name of the operation
    public static function getIdentifier()
    {
        if (!is_string(static::$identifier)) {
            throw new Exception('Identifier in class ' . __CLASS__ . ' is empty.', 1414090236);
        }
        return static::$identifier;
    }