constant MIGRATE_RESULT_COMPLETED in Migrate 6
5 uses of MIGRATE_RESULT_COMPLETED
- 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
- _drush_migrate_do_clear in ./
migrate.drush.inc - _drush_migrate_do_import in ./
migrate.drush.inc - _migrate_progress_message in ./
migrate.module - Generate a progress message
File
- ./
migrate.module, line 17 - This module provides tools at "administer >> content >> migrate" for analyzing data from various sources and importing them into Drupal tables.
Code
define('MIGRATE_RESULT_COMPLETED', 1);