Neos\Neos\Service\DataSource\AbstractDataSource::getIdentifier PHP Method

getIdentifier() public static method

public static getIdentifier ( ) : string
return 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;
    }