Neos\ContentRepository\Security\Authorization\Privilege\Node\CreateNodePrivilegeSubject::hasCreationNodeType PHP Method

hasCreationNodeType() public method

public hasCreationNodeType ( ) : boolean
return boolean
    public function hasCreationNodeType()
    {
        return $this->creationNodeType !== null;
    }