| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 1311 lines (45 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| migrate_invoke_all($hook) X-Ref |
| Call a migrate hook |
| migrate_destination_invoke_all($hook, &$object, $tblinfo, $row) X-Ref |
| 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. param: $hook param: $object param: $tblinfo param: $row return: |
| migrate_save_content_set(&$content_set, $options = array() X-Ref |
| Save a new or updated content set param: $content_set param: $options return: |
| migrate_save_content_mapping(&$mapping) X-Ref |
| No description |
| migrate_delete_content_set($mcsid) X-Ref |
| No description |
| migrate_delete_content_mapping($mcmid) X-Ref |
| No description |
| migrate_message($message, $type = MIGRATE_MESSAGE_ERROR) X-Ref |
| Convenience function for generating a message array param: $message param: $type return: |
| migrate_add_mapping($mcsid, $sourceid, $destid) X-Ref |
| Add a mapping from source ID to destination ID for the specified content set param: $mcsid param: $sourceid param: $destid |
| migrate_content_process_clear($mcsid, &$messages = array() X-Ref |
| Clear migrated objects from the specified content set param: $mcsid param: $messages param: $options return: |
| migrate_content_process_import($mcsid, &$messages = array() X-Ref |
| Import objects from the specified content set param: $mcsid param: $messages param: $options return: |
| migrate_content_process_all_action(&$dummy, $action_context, $a1, $a2) X-Ref |
| No description |
| migrate_content_process_all_batch($starttime, $limit, $idlist, &$context) X-Ref |
| No description |
| migrate_content_process_all(&$messages = array() X-Ref |
| Process all enabled migration processes param: $messages param: $options return: |
| _migrate_progress_message($starttime, $numitems, $description, $import = TRUE, $status = MIGRATE_STATUS_SUCCESS) X-Ref |
| No description |
| migrate_init() X-Ref |
| No description |
| migrate_action_info() X-Ref |
| Implementation of hook_action_info(). |
| migrate_cron() X-Ref |
| Implementation of hook_cron(). |
| migrate_perm() X-Ref |
| Implementation of hook_perm(). |
| migrate_help($page, $arg) X-Ref |
| Implementation of hook_help(). |
| migrate_menu() X-Ref |
| Implementation of hook_menu(). |
| migrate_schema_alter(&$schema) X-Ref |
| Implementation of hook_schema_alter(). param: $schema |
| migrate_xlat($contenttype, $oldid) X-Ref |
| No description |
| _migrate_xlat_get_new_id($contenttype, $oldid) X-Ref |
| No description |
| migrate_theme() X-Ref |
| Implementation of hook_theme(). Registers all theme functions used in this module. |
| migrate_map_table_name($mcsid) X-Ref |
| No description |
| migrate_message_table_name($mcsid) X-Ref |
| No description |
| _migrate_map_table_name($mcsid) X-Ref |
| No description |
| _migrate_message_table_name($mcsid) X-Ref |
| No description |
| _migrate_map_table_schema($sourcefield) X-Ref |
| No description |
| _migrate_message_table_schema($sourcefield) X-Ref |
| No description |
| migrate_views_api() X-Ref |
| No description |
| migrate_check_advanced_help() X-Ref |
| Check to see if the advanced help module is installed, and if not put up a message. Only call this function if the user is already in a position for this to be useful. |
| _migrate_valid_date($date) X-Ref |
| Check if a date is valid and return the correct timestamp to use. Returns -1 if the date is not considered valid. |
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |