interface FilterInterface (View source)

Filter instances are used to filter nodes to be worked on during a migration.

A call to the matches() method is used to determine that.

Settings given to a transformation will be passed to accordingly named setters.

Methods

bool
matches(NodeData $node)

If the given node satisfies the filter constraints, true is returned.

Details

bool matches(NodeData $node)

If the given node satisfies the filter constraints, true is returned.

Parameters

NodeData $node

Return Value

bool