Neos\Flow\Core\RequestHandlerInterface::getPriority PHP Метод

getPriority() публичный Метод

Returns the priority - how eager the handler is to actually handle the request. An integer > 0 means "I want to handle this request" where "100" is default. "0" means "I am a fallback solution".
public getPriority ( ) : integer
Результат integer The priority of the request handler
    public function getPriority();