Свойство | Type | Description | |
---|---|---|---|
$objectManager | Neos\Flow\ObjectManagement\ObjectManagerInterface | ||
$transformationConjunctions | array<\Neos\ContentRepository\Migration\Transformations\TransformationInterface> |
Méthode | Description | |
---|---|---|
execute ( |
Executes all configured transformations starting on the given node. |
Méthode | Description | |
---|---|---|
buildTransformationConjunction ( array $transformationConfigurations ) : array<\Neos\ContentRepository\Migration\Transformations\TransformationInterface> | ||
buildTransformationObject ( array $transformationConfiguration ) : Neos\ContentRepository\Migration\Transformations\TransformationInterface | Builds a transformation object from the given configuration. | |
resolveTransformationClassName ( string $transformationName ) : string | Tries to resolve the given transformation name into a class name. |
protected buildTransformationConjunction ( array $transformationConfigurations ) : array<\Neos\ContentRepository\Migration\Transformations\TransformationInterface> | ||
$transformationConfigurations | array | |
Résultat | array<\Neos\ContentRepository\Migration\Transformations\TransformationInterface> |
protected buildTransformationObject ( array $transformationConfiguration ) : Neos\ContentRepository\Migration\Transformations\TransformationInterface | ||
$transformationConfiguration | array | |
Résultat | Neos\ContentRepository\Migration\Transformations\TransformationInterface |
protected resolveTransformationClassName ( string $transformationName ) : string | ||
$transformationName | string | |
Résultat | string |
protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager | ||
Résultat | Neos\Flow\ObjectManagement\ObjectManagerInterface |