TenantMigrationRunnerInterface
in
Table of Contents
Methods
- migrate() : TenantMigrationResult
- Run tenant app/plugin migrations and return non-sensitive result metadata.
Methods
migrate()
Run tenant app/plugin migrations and return non-sensitive result metadata.
public
migrate(TenantMetadata $tenant, array{target?: string|null, date?: string|null, fake?: bool, dry_run?: bool} $options, ConsoleIo $io) : TenantMigrationResult
Parameters
- $tenant : TenantMetadata
- $options : array{target?: string|null, date?: string|null, fake?: bool, dry_run?: bool}
-
Migration options
- $io : ConsoleIo