Jackalope\NodeType\ItemDefinition::getDeclaringNodeType PHP Method

getDeclaringNodeType() public method

{@inheritDoc}
    public function getDeclaringNodeType()
    {
        return $this->nodeTypeManager->getNodeType($this->declaringNodeType);
    }