Neos\ContentRepository\Migration\Filters\FilterInterface::matches PHP Метод

matches() публичный Метод

If the given node satisfies the filter constraints, TRUE is returned.
public matches ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
Результат boolean
    public function matches(NodeData $node);
FilterInterface