Neos\ContentRepository\Migration\Filters\FilterInterface::matches PHP Method

matches() public method

If the given node satisfies the filter constraints, TRUE is returned.
public matches ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
return boolean
    public function matches(NodeData $node);
FilterInterface