constant MIGRATE_ACCESS_ADVANCED in Migrate 6
Same name and namespace in other branches
- 7.2 migrate.module \MIGRATE_ACCESS_ADVANCED
10 uses of MIGRATE_ACCESS_ADVANCED
- MigrateCommentTest::setUp in tests/
modules/ core/ migrate_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.…
- MigrateFunctionalTest::setUp in tests/
migrate_ui.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.…
- MigrateNodeTest::setUp in tests/
modules/ core/ migrate_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.…
- MigrateProfileTest::setUp in tests/
modules/ core/ migrate_profile.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.…
- MigrateTaxonomyTest::setUp in tests/
modules/ core/ migrate_taxonomy.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.…
File
- ./
migrate.module, line 6 - This module provides tools at "administer >> content >> migrate" for analyzing data from various sources and importing them into Drupal tables.
Code
define('MIGRATE_ACCESS_ADVANCED', 'advanced migration tools');