You are here

Functions in Migrate 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
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 Auto-registration is no longer supported. This command should be removed entirely in a future point release.
drush_migrate_deregister ./migrate.drush.inc Deregister a given migration, migration group, 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…
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 10
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_register ./migrate.drush.inc Register any migrations defined in hook_migrate_api().
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 Stop clearing or importing a given content set.
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.
hook_migrate_api ./migrate.api.php Registers your module as an implementor of Migrate-based classes and provides default configuration for migration processes.
hook_migrate_api_alter ./migrate.api.php Alter information from all implementations of hook_migrate_api().
hook_migrate_overview ./migrate.api.php Provides text to be displayed at the top of the dashboard page (migrate_ui).
migrate_build_url ./uri_map_redirect.php 1
migrate_drush_command ./migrate.drush.inc Implements hook_drush_command().
migrate_example_baseball_disable migrate_example_baseball/migrate_example_baseball.install
migrate_example_baseball_enable migrate_example_baseball/migrate_example_baseball.install @file Set up the migration baseball example module.
migrate_example_baseball_field_default_fields migrate_example_baseball/migrate_example_baseball.features.field.inc Implementation of hook_field_default_fields().
migrate_example_baseball_get_files migrate_example_baseball/migrate_example_baseball.install Obtain our sample data from Retrosheet. 2
migrate_example_baseball_migrate_api migrate_example_baseball/migrate_example_baseball.migrate.inc
migrate_example_baseball_node_info migrate_example_baseball/migrate_example_baseball.features.inc Implementation of hook_node_info().
migrate_example_baseball_uninstall migrate_example_baseball/migrate_example_baseball.install
migrate_example_baseball_update_7201 migrate_example_baseball/migrate_example_baseball.install Get a copy of the sample CSV data if necessary.
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

Pages

Other projects