You are here

constant MIGRATE_MESSAGE_INFORMATIONAL in Migrate 6

6 uses of MIGRATE_MESSAGE_INFORMATIONAL
migrate_content_process_clear in ./migrate.module
Clear migrated objects from the specified content set
migrate_content_process_import in ./migrate.module
Import objects from the specified content set
node_migrate_import_node in modules/node.migrate.inc
Implementation of hook_migrate_import_node().
taxonomy_migrate_import_term in modules/taxonomy.migrate.inc
Implementation of hook_migrate_import_term().
user_migrate_import_user in modules/user.migrate.inc
Implementation of hook_migrate_import_user().

... See full list

File

./migrate.module, line 11
This module provides tools at "administer >> content >> migrate" for analyzing data from various sources and importing them into Drupal tables.

Code

define('MIGRATE_MESSAGE_INFORMATIONAL', 4);