Neos\ContentRepository\Domain\Service\NodeServiceInterface::isNodeOfType PHP Method

isNodeOfType() public method

public isNodeOfType ( Neos\ContentRepository\Domain\Model\NodeInterface $node, NodeType $nodeType ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeInterface
$nodeType Neos\ContentRepository\Domain\Model\NodeType
return boolean
    public function isNodeOfType(NodeInterface $node, NodeType $nodeType);