constant MIGRATE_RESULT_IN_PROGRESS in Migrate 6
4 uses of MIGRATE_RESULT_IN_PROGRESS
- 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
File
- ./
migrate.module, line 21 - This module provides tools at "administer >> content >> migrate" for analyzing data from various sources and importing them into Drupal tables.
Code
define('MIGRATE_RESULT_IN_PROGRESS', 5);