Neos\ContentRepository\Domain\Service\NodeServiceInterface::isNodeOfType PHP Méthode

isNodeOfType() public méthode

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