constant MIGRATE_RESULT_FAILED in Migrate 6
2 uses of MIGRATE_RESULT_FAILED
- migrate_content_process_import in ./
migrate.module - Import objects from the specified content set
- _migrate_progress_message in ./
migrate.module - Generate a progress message
File
- ./
migrate.module, line 20 - This module provides tools at "administer >> content >> migrate" for analyzing data from various sources and importing them into Drupal tables.
Code
define('MIGRATE_RESULT_FAILED', 4);