Neos\Neos\Service\DataSource\AbstractDataSource::getIdentifier PHP Метод

getIdentifier() публичный статический Метод

public static getIdentifier ( ) : string
Результат 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;
    }