Neos\ContentRepository\Domain\Model\Node::hasAccessRestrictions PHP Method

hasAccessRestrictions() public method

Tells if a node, in general, has access restrictions, independent of the current security context.
public hasAccessRestrictions ( ) : boolean
return boolean
    public function hasAccessRestrictions()
    {
        return $this->nodeData->hasAccessRestrictions();
    }
Node