PHP Interface Neos\ContentRepository\Migration\Transformations\TransformationInterface

Settings given to a transformation will be passed to accordingly named setters.
Afficher le fichier Open project: neos/neos-development-collection

Méthodes publiques

Méthode Description
execute ( NodeData $node ) : NodeData Execute the transformation on the given node.
isTransformable ( NodeData $node ) : boolean Returns TRUE if the given node can be transformed by this transformation.

Method Details

execute() public méthode

Execute the transformation on the given node.
public execute ( NodeData $node ) : NodeData
$node Neos\ContentRepository\Domain\Model\NodeData
Résultat Neos\ContentRepository\Domain\Model\NodeData

isTransformable() public méthode

Returns TRUE if the given node can be transformed by this transformation.
public isTransformable ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
Résultat boolean