AbstractTransformation
abstract class AbstractTransformation implements TransformationInterface (View source)
Abstract transformation class, transformations should inherit from this.
Methods
bool
isTransformable(NodeData $node)
Returns true, indicating that the given node can be transformed by this transformation.