constant MIGRATE_STATUS_CLEARING in Migrate 6
3 uses of MIGRATE_STATUS_CLEARING
- drush_migrate_status in ./
migrate.drush.inc - A simplified version of the Process (dashboard) page
- 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
File
- ./
migrate.module, line 15 - This module provides tools at "administer >> content >> migrate" for analyzing data from various sources and importing them into Drupal tables.
Code
define('MIGRATE_STATUS_CLEARING', 2);