Neos\ContentRepository\Migration\Transformations\RenameDimension::setNewDimensionName PHP Method

setNewDimensionName() public method

public setNewDimensionName ( string $newDimensionName )
$newDimensionName string
    public function setNewDimensionName($newDimensionName)
    {
        $this->newDimensionName = $newDimensionName;
    }