interface Migration
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This class is not covered by the backward compatibility promise for PHPUnit
Hierarchy
- interface \PHPUnit\TextUI\XmlConfiguration\Migration
Expanded class hierarchy of Migration
All classes that implement Migration
6 string references to 'Migration'
- migrate.info.yml in core/
modules/ migrate/ migrate.info.yml - core/modules/migrate/migrate.info.yml
- MigrateMessageController::overview in core/
modules/ migrate/ src/ Controller/ MigrateMessageController.php - Displays an overview of migrate messages.
- migrate_drupal.info.yml in core/
modules/ migrate_drupal/ migrate_drupal.info.yml - core/modules/migrate_drupal/migrate_drupal.info.yml
- migrate_drupal_ui.info.yml in core/
modules/ migrate_drupal_ui/ migrate_drupal_ui.info.yml - core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml
- Migration::findMigrationDependencies in core/
modules/ migrate/ src/ Plugin/ Migration.php - Find migration dependencies from migration_lookup and sub_process plugins.
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Migration/ Migrations/ Migration.php, line 19
Namespace
PHPUnit\TextUI\XmlConfigurationView source
interface Migration {
public function migrate(DOMDocument $document) : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
Migration::migrate | public | function | 29 |