Neos\ContentRepository\Security\Authorization\Privilege\Node\RemoveNodePrivilege::buildMethodPrivilegeMatcher PHP Method

buildMethodPrivilegeMatcher() protected method

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