data_export_import_all_content_types_add_fieldset_to_export_form |
includes/profiles/all_content_types.inc |
Add fieldset to the data export form. |
1 |
|
data_export_import_all_content_types_add_items_to_menu |
includes/profiles/all_content_types.inc |
Function to add items to the main menu. |
|
|
data_export_import_all_content_types_export_to_file |
includes/profiles/all_content_types.inc |
Export the required dataset files. |
1 |
|
data_export_import_all_content_types_export_to_file_using_drush |
includes/profiles/all_content_types.inc |
Export the required dataset files via drush. |
1 |
|
data_export_import_batch_export_all_content_types_finished |
includes/profiles/all_content_types.inc |
Batch 'finished' callback. |
|
1 |
data_export_import_batch_export_nodes_to_file |
includes/profiles/all_content_types.inc |
Batch function called to export the content type. |
|
2 |
data_export_import_batch_import_dataset_lines |
includes/profiles/all_content_types.inc |
Batch function to process lines from a dataset. |
|
2 |
data_export_import_batch_import_dataset_lines_finished |
includes/profiles/all_content_types.inc |
Batch 'finished' callback. |
|
1 |
data_export_import_callback_export_all_content_types |
includes/profiles/all_content_types.inc |
Callback function to export all content types. |
|
1 |
data_export_import_callback_export_taxonomy_terms |
includes/profiles/taxonomy_terms.inc |
Callback function to export taxonomy terms. |
|
1 |
data_export_import_callback_export_users |
includes/profiles/users.inc |
Callback function to export users. |
|
1 |
data_export_import_callback_import_all_content_types |
includes/profiles/all_content_types.inc |
Callback function to import all content types. |
|
1 |
data_export_import_callback_import_taxonomy_terms |
includes/profiles/taxonomy_terms.inc |
Callback function to import taxonomy terms. |
|
1 |
data_export_import_callback_import_users |
includes/profiles/users.inc |
Callback function to import users. |
|
1 |
data_export_import_callback_overview |
./data_export_import.module |
Callback function for the overview tab. |
|
1 |
data_export_import_drupal_write_record_via_insert_with_defined_id |
includes/profiles/all_content_types.inc |
Implements inserting a record with a defined id value. |
1 |
|
data_export_import_drush_command |
includes/data_export_import.drush.inc |
Implements hook_drush_command(). |
|
|
data_export_import_drush_help |
includes/data_export_import.drush.inc |
Implements hook_drush_help(). |
|
|
data_export_import_export_all_content_types_form |
includes/profiles/all_content_types.inc |
Function to create form to export all content types. |
|
1 |
data_export_import_export_all_content_types_form_submit |
includes/profiles/all_content_types.inc |
Function to process form to export all content types. |
|
|
data_export_import_export_taxonomy_terms |
includes/profiles/taxonomy_terms.inc |
Exports detailed data about the vocabularies and its terms. |
2 |
|
data_export_import_export_taxonomy_terms_form |
includes/profiles/taxonomy_terms.inc |
Function to create form to export taxonomy terms. |
|
1 |
data_export_import_export_taxonomy_terms_form_submit |
includes/profiles/taxonomy_terms.inc |
Function to process form to export taxonomy terms. |
|
|
data_export_import_export_users_form |
includes/profiles/users.inc |
Function to create form to export users. |
|
1 |
data_export_import_export_users_form_submit |
includes/profiles/users.inc |
Function to process form to export users. |
|
|
data_export_import_export_users_to_file |
includes/profiles/users.inc |
Export the required dataset file. |
2 |
|
data_export_import_help |
./data_export_import.module |
Implements hook_help(). |
|
|
data_export_import_import_all_content_types |
includes/profiles/all_content_types.inc |
Import a dataset file and make current nodes match exactly. |
1 |
|
data_export_import_import_all_content_types_form |
includes/profiles/all_content_types.inc |
Function to create form to import all content types. |
|
1 |
data_export_import_import_all_content_types_form_submit |
includes/profiles/all_content_types.inc |
Function to process form to import all content types. |
|
|
data_export_import_import_all_content_types_using_drush |
includes/profiles/all_content_types.inc |
Will import a dataset file. |
1 |
|
data_export_import_import_taxonomy_terms |
includes/profiles/taxonomy_terms.inc |
Make taxonomy terms match the terms from a dataset file. |
2 |
|
data_export_import_import_taxonomy_terms_form |
includes/profiles/taxonomy_terms.inc |
Function to create form to import taxonomy terms. |
|
1 |
data_export_import_import_taxonomy_terms_form_submit |
includes/profiles/taxonomy_terms.inc |
Function to process form to import taxonomy terms. |
|
|
data_export_import_import_users |
includes/profiles/users.inc |
Make users list match the users from a dataset file. |
2 |
|
data_export_import_import_users_form |
includes/profiles/users.inc |
Function to create form to import users. |
|
1 |
data_export_import_import_users_form_submit |
includes/profiles/users.inc |
Function to process form to import users. |
|
|
data_export_import_menu |
./data_export_import.module |
Implements hook_menu(). |
|
|
data_export_import_node_insert_with_defined_nid |
includes/profiles/all_content_types.inc |
Implements saving a node with a defined nid value. |
1 |
|
data_export_import_perm |
./data_export_import.module |
Implements hook_perm(). |
|
|
data_export_import_reset_taxonomy_vocabulary_hierarchy |
includes/profiles/taxonomy_terms.inc |
This resets the value of the hierarchy field for the vocabulary. |
1 |
|
data_export_import_taxonomy_get_tree_with_reset |
includes/profiles/taxonomy_terms.inc |
This function overrides the taxonomy_get_tree() API function. |
3 |
|
data_export_import_taxonomy_save_term_with_defined_tid |
includes/profiles/taxonomy_terms.inc |
This function is a modified version of the taxonomy_save_term function. |
1 |
|
data_export_import_taxonomy_terms_add_fieldset_to_export_form |
includes/profiles/taxonomy_terms.inc |
Add fieldset to the data export form. |
1 |
|
data_export_import_taxonomy_terms_add_items_to_menu |
includes/profiles/taxonomy_terms.inc |
Function to add items to the main menu. |
|
|
data_export_import_taxonomy_terms_export_to_file |
includes/profiles/taxonomy_terms.inc |
Export the required dataset file. |
1 |
|
data_export_import_users_add_items_to_menu |
includes/profiles/users.inc |
Function to add items to the main menu. |
|
|
drush_data_export_import_export |
includes/data_export_import.drush.inc |
A drush command callback. This is where the action takes place. |
|
|
drush_data_export_import_import |
includes/data_export_import.drush.inc |
A drush command callback. This is where the action takes place. |
|
|