Home
last modified time | relevance | path

Searched defs:executeMigration (Results 1 – 5 of 5) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/modules/migrate/tests/src/Kernel/
H A DMigrateTestBase.php168 protected function executeMigration($migration) { function in Drupal\\Tests\\migrate\\Kernel\\MigrateTestBase
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate/tests/src/Kernel/
H A DMigrateTestBase.php168 protected function executeMigration($migration) { function in Drupal\\Tests\\migrate\\Kernel\\MigrateTestBase
/dports/www/elgg/elgg-3.3.23/vendor/robmorgan/phinx/src/Phinx/Migration/Manager/
H A DEnvironment.php95 …public function executeMigration(MigrationInterface $migration, $direction = MigrationInterface::U… function in Phinx\\Migration\\Manager\\Environment
/dports/www/matomo/piwik/core/
H A DUpdater.php591 public function executeMigration($file, Migration $migration) function in Piwik\\Updater
/dports/www/elgg/elgg-3.3.23/vendor/robmorgan/phinx/src/Phinx/Migration/
H A DManager.php379 …public function executeMigration($name, MigrationInterface $migration, $direction = MigrationInter… function in Phinx\\Migration\\Manager