You are here

Functions in Migrate 6

Primary tabs

Namesort descending Location Description Direct uses Strings
comment_migrate_complete_comment modules/comment.migrate.inc Implementation of hook_migrate_complete_comment().
comment_migrate_delete_comment modules/comment.migrate.inc Implementation of hook_migrate_delete_comment().
comment_migrate_fields_comment modules/comment.migrate.inc Implementation of hook_migrate_fields_comment().
comment_migrate_import_comment modules/comment.migrate.inc Implementation of hook_migrate_import_comment().
comment_migrate_types modules/comment.migrate.inc Implementation of hook_migrate_types().
drush_migrate_backend_invoke ./migrate.drush.inc 3
drush_migrate_clear ./migrate.drush.inc Clear one specified content set
drush_migrate_get_options ./migrate.drush.inc Get the value of all migrate related options. Used when spawning a subshell. 1
drush_migrate_import ./migrate.drush.inc Import one specified content set
drush_migrate_set_verbose ./migrate.drush.inc Set the verbose context if 'feedback' is requested. 2
drush_migrate_status ./migrate.drush.inc A simplified version of the Process (dashboard) page
drush_migrate_stop ./migrate.drush.inc Stop clearing or importing a given content set.
drush_migrate_wipe ./migrate.drush.inc A drush command callback.
migrate_add_mapping ./migrate.module Add a mapping from source ID to destination ID for the specified content set 5
migrate_check_advanced_help ./migrate.module Check to see if the advanced help module is installed, and if not put up a message. 1
migrate_content_process_batch ./migrate.module Process all enabled migration processes in a browser, using the Batch API to break it into manageable chunks. 1
migrate_content_process_clear ./migrate.module Clear migrated objects from the specified content set 2
migrate_content_process_import ./migrate.module Import objects from the specified content set 2
migrate_content_set_mappings ./migrate_pages.inc Menu callback function for content set edit page. 1
migrate_content_set_mappings_submit ./migrate_pages.inc Implementation of hook_submit().
migrate_content_set_mappings_validate ./migrate_pages.inc Implementation of hook_validate().
migrate_content_set_update ./migrate.module Prepare a content set for updating of existing items 3
migrate_dashboard ./migrate_pages.inc Menu callback for dashboard page 1
migrate_delete_content_mapping ./migrate.module Delete the specified content mapping. 1
migrate_delete_content_set ./migrate.module Delete the specified content set, including map and message tables. 2
migrate_destination_invoke_all ./migrate.module Call a destination hook (e.g., hook_migrate_prepare_node). Use this version for hooks with the precise signature below, so that the object can be passed by reference. 5
migrate_drush_command ./migrate.drush.inc Implementation of hook_drush_command().
migrate_drush_help ./migrate.drush.inc Implementation of hook_drush_help().
migrate_export_content_set ./migrate_pages.inc Menu callback function. 1
migrate_get_module_apis ./migrate.module Get a list of modules that support the current migrate API. 2
migrate_help ./migrate.module Implementation of hook_help().
migrate_init ./migrate.module
migrate_install ./migrate.install Implementation of hook_install().
migrate_invoke_all ./migrate.module Call a migrate hook. Like module_invoke_all, but gives modules a chance to do one-time initialization before any of their hooks are called, and adds "migrate" to the hook name. 6
migrate_map_table_name ./migrate.module Determine the name of the map table for this content set 17
migrate_menu ./migrate.module Implementation of hook_menu().
migrate_message ./migrate.module Convenience function for generating a message array 6
migrate_message_table_name ./migrate.module Determine the name of the message table for this content set 11
migrate_migrate_api ./migrate.module
migrate_module_include ./migrate.module Load views files on behalf of modules. 1
migrate_perm ./migrate.module Implementation of hook_perm().
migrate_save_content_mapping ./migrate.module Save a new or updated content mapping 4
migrate_save_content_set ./migrate.module Save a new or updated content set 7
migrate_schema ./migrate.install Implementation of hook_schema().
migrate_schema_alter ./migrate.module Implementation of hook_schema_alter().
migrate_settings ./migrate_pages.inc Menu callback for settings page. 1
migrate_theme ./migrate.module Implementation of hook_theme().
migrate_uninstall ./migrate.install Implementation of hook_uninstall().
migrate_update_6000 ./migrate.install
migrate_update_6001 ./migrate.install Refactoring of content/destination types

Pages

Other projects