You are here

10 calls to migrate_get_module_apis() in Migrate 6.2

MigrateCommentUnitTest::setUp in tests/plugins/destinations/comment.test
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
MigrateImportOptionsTest::setUp in tests/import/options.test
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
MigrateNodeUnitTest::setUp in tests/plugins/destinations/node.test
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
MigrateTableUnitTest::setUp in tests/plugins/destinations/table.test
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
MigrateTaxonomyUnitTest::setUp in tests/plugins/destinations/term.test
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
MigrateUserUnitTest::setUp in tests/plugins/destinations/user.test
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
MigrateXMLUnitTest::setUp in tests/plugins/sources/xml.test
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
migrate_autoregister in ./migrate.module
On request, scan the Drupal code registry for any new migration classes for us to register in migrate_status.
migrate_migrations in ./migrate.module
Retrieve a list of all active migrations, ordered by dependencies. To be recognized, a class must be non-abstract, and derived from MigrationBase.
_migrate_class_list in ./migrate.module
For a given parent class, identify and instantiate objects for any non-abstract classes derived from the parent, returning an array of the objects indexed by class name. The array will be ordered such that any classes with dependencies are listed…