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

buildMethodPrivilegeMatcher() protected method

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