constant MIGRATE_STATUS_IDLE in Migrate 6
4 uses of MIGRATE_STATUS_IDLE
- drush_migrate_stop in ./
migrate.drush.inc - Stop clearing or importing a given content set.
- 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
- _migrate_dashboard_form_stop in ./
migrate_pages.inc
File
- ./
migrate.module, line 13 - This module provides tools at "administer >> content >> migrate" for analyzing data from various sources and importing them into Drupal tables.
Code
define('MIGRATE_STATUS_IDLE', 0);