Neos\ContentRepository\Migration\Transformations
Classes
Abstract transformation class, transformations should inherit from this.
Add dimensions on a node. This adds to the existing dimensions, if you need to overwrite existing dimensions, SetDimensions
Add the new property and its value
Change the node type.
Change the value of a given property.
Remove a given node (hard).
Remove the property
Rename a dimension.
Rename a given node.
Rename a given property.
Set dimensions on a node. This always overwrites existing dimensions, if you need to add to existing dimensions, AddDimensions
Strip all tags on a given property
Interfaces
Transformation are used to change nodes as needed. They may do anything to a node in the execute() method and will be asked if they can transform a node through a call to isTransformable().