RenameDimension
class RenameDimension extends AbstractTransformation (View source)
Rename a dimension.
Properties
protected ContentDimensionRepository | $contentDimensionRepository | ||
protected string | $oldDimensionName | The old name for the dimension. |
|
protected string | $newDimensionName | The new name for the dimension. |
Methods
bool
isTransformable(NodeData $node)
Returns true, indicating that the given node can be transformed by this transformation.
setNewDimensionName(string $newDimensionName)
No description
string
getNewDimensionName()
No description
setOldDimensionName(string $oldDimensionName)
No description
string
getOldDimensionName()
No description
Details
bool
isTransformable(NodeData $node)
Returns true, indicating that the given node can be transformed by this transformation.
setNewDimensionName(string $newDimensionName)
No description
string
getNewDimensionName()
No description
setOldDimensionName(string $oldDimensionName)
No description
string
getOldDimensionName()
No description