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

getCreationNodeTypes() public method

public getCreationNodeTypes ( ) : array
return array $creationNodeTypes
    public function getCreationNodeTypes()
    {
        return $this->nodeContext->getCreationNodeTypes();
    }