Property | Type | Description | |
---|---|---|---|
$contextFactory | Neos\ContentRepository\Domain\Service\ContextFactoryInterface | ||
$migrationFactory | |||
$migrationStatusRepository | |||
$nodeDataRepository | |||
$yamlSourceImporter |
Method | Description | |
---|---|---|
migrateCommand ( string $version, boolean $confirmation = false, string $direction = MigrationStatus::DIRECTION_UP ) : void | Do the configured migrations in the given migration. | |
migrationStatusCommand ( ) : void | List available and applied migrations |
Method | Description | |
---|---|---|
outputCommentsAndWarnings ( |
Helper to output comments and warnings for the given configuration. | |
phraseMigrationApplicationInformation ( array $migrationsInVersion ) : string |
public migrateCommand ( string $version, boolean $confirmation = false, string $direction = MigrationStatus::DIRECTION_UP ) : void | ||
$version | string | The version of the migration configuration you want to use. |
$confirmation | boolean | Confirm application of this migration, only needed if the given migration contains any warnings. |
$direction | string | The direction to work in, MigrationStatus::DIRECTION_UP or MigrationStatus::DIRECTION_DOWN |
return | void |
public migrationStatusCommand ( ) : void | ||
return | void |
protected outputCommentsAndWarnings ( |
||
$migrationConfiguration | ||
return | void |
protected phraseMigrationApplicationInformation ( array $migrationsInVersion ) : string | ||
$migrationsInVersion | array | |
return | string |
protected ContextFactoryInterface,Neos\ContentRepository\Domain\Service $contextFactory | ||
return | Neos\ContentRepository\Domain\Service\ContextFactoryInterface |
protected MigrationFactory,Neos\ContentRepository\Migration\Domain\Factory $migrationFactory | ||
return |
protected MigrationStatusRepository,Neos\ContentRepository\Migration\Domain\Repository $migrationStatusRepository | ||
return |
protected NodeDataRepository,Neos\ContentRepository\Domain\Repository $nodeDataRepository | ||
return |