Neos\ContentRepository\Security\Authorization\Privilege\Node\RemoveNodePrivilege::buildMethodPrivilegeMatcher PHP Метод

buildMethodPrivilegeMatcher() защищенный Метод

protected buildMethodPrivilegeMatcher ( ) : string
Результат string
    protected function buildMethodPrivilegeMatcher()
    {
        return 'within(' . NodeInterface::class . ') && method(.*->(remove|setRemoved)())';
    }