PHP Class Neos\ContentRepository\Migration\Transformations\AbstractTransformation

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

Public Methods

Method Description
execute ( NodeData $node ) : NodeData Execute the transformation on the given node.
isTransformable ( NodeData $node ) : boolean Returns TRUE, indicating that the given node can be transformed by this transformation.

Method Details

execute() public method

This implementation returns the given node unchanged.
public execute ( NodeData $node ) : NodeData
$node Neos\ContentRepository\Domain\Model\NodeData
return Neos\ContentRepository\Domain\Model\NodeData

isTransformable() public method

Returns TRUE, indicating that the given node can be transformed by this transformation.
public isTransformable ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
return boolean