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

buildMethodPrivilegeMatcher() protected method

protected buildMethodPrivilegeMatcher ( ) : string
return string
    protected function buildMethodPrivilegeMatcher()
    {
        return 'within(' . NodeInterface::class . ') && method(.*->(getProperty|getName|isHidden|getHiddenBeforeDateTime|getHiddenAfterDateTime|isHiddenInIndex|getAccessRoles)())';
    }
ReadNodePropertyPrivilege