PHP Class Neos\ContentRepository\Migration\Filters\IsRemoved

Inheritance: implements Neos\ContentRepository\Migration\Filters\FilterInterface
Datei anzeigen Open project: neos/neos-development-collection

Public Methods

Method Description
matches ( NodeData $node ) : boolean Returns TRUE if the given node is removed

Method Details

matches() public method

Returns TRUE if the given node is removed
public matches ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
return boolean