You are here

Functions in Migrate 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
comment_delete_multiple includes/d7.inc
dpq ./migrate.module Print a SQL string from a DBTNG Query object. Includes quoted arguments. Modified slightly from devel module.
drush_migrate_analyze ./migrate.drush.inc Analyze the source fields for any passed migrations.
drush_migrate_analyze_validate ./migrate.drush.inc
drush_migrate_audit ./migrate.drush.inc Display field mappings for a migration.
drush_migrate_audit_validate ./migrate.drush.inc
drush_migrate_auto_register ./migrate.drush.inc Register any previously-unrecognized non-dynamic migrations.
drush_migrate_deregister ./migrate.drush.inc Deregister a given migration, or all orphaned migrations. Note that the migration might no longer "exist" (the class implementation might be gone), so we can't count on being able to instantiate it, or use migrate_migrations().
drush_migrate_deregister_migration ./migrate.drush.inc Given a migration machine name, remove its tracking from the database. 1
drush_migrate_fields_destination ./migrate.drush.inc
drush_migrate_fields_destination_validate ./migrate.drush.inc
drush_migrate_fields_source ./migrate.drush.inc
drush_migrate_fields_source_validate ./migrate.drush.inc
drush_migrate_get_migrations ./migrate.drush.inc 9
drush_migrate_get_options ./migrate.drush.inc Get the value of all migrate related options. Used when spawning a subshell. Don't pass along all, stop, update, and rollback options. 1
drush_migrate_import ./migrate.drush.inc Perform import on one or more migrations.
drush_migrate_import_validate ./migrate.drush.inc
drush_migrate_invoke_process ./migrate.drush.inc 2
drush_migrate_mappings ./migrate.drush.inc Display field mappings for a migration.
drush_migrate_mappings_validate ./migrate.drush.inc
drush_migrate_messages ./migrate.drush.inc Display messages for a migration.
drush_migrate_migrations ./migrate.drush.inc 8
drush_migrate_pre_migrate_import ./migrate.drush.inc
drush_migrate_print_memory ./migrate.drush.inc 2
drush_migrate_reset_status ./migrate.drush.inc Reset the status of a given migration.
drush_migrate_reset_status_validate ./migrate.drush.inc
drush_migrate_rollback ./migrate.drush.inc Roll back one specified migration
drush_migrate_rollback_validate ./migrate.drush.inc
drush_migrate_status ./migrate.drush.inc A simplified version of the dashboard page.
drush_migrate_stop ./migrate.drush.inc
drush_migrate_stop_validate ./migrate.drush.inc
drush_migrate_validate_common ./migrate.drush.inc 9
drush_migrate_wipe ./migrate.drush.inc A drush command callback.
filter_fallback_format includes/d7.inc 2
hook_migrate_api ./migrate.api.php Registers your module as an implementor of Migrate-based classes.
hook_migrate_overview ./migrate.api.php Provides text to be displayed at the top of the dashboard page (migrate_ui).
migrate_autoregister ./migrate.module On request, scan the Drupal code registry for any new migration classes for us to register in migrate_status. 2
migrate_build_url ./uri_map_redirect.php 1
migrate_decode_exception includes/d7.inc Decode an exception, especially to retrieve the correct caller. 1
migrate_drush_command ./migrate.drush.inc Implements hook_drush_command().
migrate_enable ./migrate.install Implementation of hook_enable().
migrate_example_beer_content_type migrate_example/beer.install.inc 1
migrate_example_beer_content_type_delete migrate_example/beer.install.inc 1
migrate_example_beer_country migrate_example/beer.install.inc 1
migrate_example_beer_data_account migrate_example/beer.install.inc 1
migrate_example_beer_data_comment migrate_example/beer.install.inc 1
migrate_example_beer_data_node migrate_example/beer.install.inc 1
migrate_example_beer_data_topic migrate_example/beer.install.inc 1
migrate_example_beer_data_topic_node migrate_example/beer.install.inc 1
migrate_example_beer_data_urls migrate_example/beer.install.inc 1

Pages

Other projects