Neos\Neos\Domain\Model\PluginViewDefinition::getPluginNodeType PHP Method

getPluginNodeType() public method

public getPluginNodeType ( ) : NodeType
return Neos\ContentRepository\Domain\Model\NodeType
    public function getPluginNodeType()
    {
        return $this->pluginNodeType;
    }