constant MIGRATE_STATUS_IMPORTING in Migrate 6
2 uses of MIGRATE_STATUS_IMPORTING
- drush_migrate_status in ./
migrate.drush.inc - A simplified version of the Process (dashboard) page
- migrate_content_process_import in ./
migrate.module - Import objects from the specified content set
File
- ./
migrate.module, line 14 - This module provides tools at "administer >> content >> migrate" for analyzing data from various sources and importing them into Drupal tables.
Code
define('MIGRATE_STATUS_IMPORTING', 1);