constant MIGRATE_ACCESS_BASIC in Migrate 6
Same name and namespace in other branches
- 6.2 migrate_ui/migrate_ui.module \MIGRATE_ACCESS_BASIC
- 7.2 migrate.module \MIGRATE_ACCESS_BASIC
7 uses of MIGRATE_ACCESS_BASIC
- 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.…
- MigrateUserTest::setUp in tests/
modules/ core/ migrate_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.…
- migrate_menu in ./
migrate.module - Implementation of hook_menu().
File
- ./
migrate.module, line 5 - This module provides tools at "administer >> content >> migrate" for analyzing data from various sources and importing them into Drupal tables.
Code
define('MIGRATE_ACCESS_BASIC', 'basic migration tools');