Neos\ContentRepository\Security\Authorization\Privilege\Node\RemoveNodePrivilege::buildMethodPrivilegeMatcher PHP Méthode

buildMethodPrivilegeMatcher() protected méthode

protected buildMethodPrivilegeMatcher ( ) : string
Résultat string
    protected function buildMethodPrivilegeMatcher()
    {
        return 'within(' . NodeInterface::class . ') && method(.*->(remove|setRemoved)())';
    }