data_export_import_batch_export_nodes_finished |
includes/profiles/nodes.inc |
Batch 'finished' callback. |
|
1 |
data_export_import_batch_export_nodes_to_file |
includes/profiles/nodes.inc |
Batch function called to export the content type. |
|
2 |
data_export_import_batch_import_dataset_lines |
includes/profiles/nodes.inc |
Batch function to process lines from a dataset. |
|
2 |
data_export_import_batch_import_dataset_lines_finished |
includes/profiles/nodes.inc |
Batch 'finished' callback. |
|
1 |
data_export_import_callback_export_nodes |
includes/profiles/nodes.inc |
Callback function to export nodes. |
|
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_nodes |
includes/profiles/nodes.inc |
Callback function to import nodes. |
|
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_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_nodes_form |
includes/profiles/nodes.inc |
Function to create form to export nodes. |
|
1 |
data_export_import_export_nodes_form_submit |
includes/profiles/nodes.inc |
Function to process form to export nodes. |
|
|
data_export_import_export_nodes_to_file |
includes/profiles/nodes.inc |
Export the required dataset files. |
1 |
|
data_export_import_export_nodes_to_file_using_drush |
includes/profiles/nodes.inc |
Export the required dataset files via drush. |
1 |
|
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_taxonomy_terms_to_file |
includes/profiles/taxonomy_terms.inc |
Exports detailed data about the vocabularies and its terms. |
2 |
|
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_using_drush |
includes/profiles/nodes.inc |
Will import a dataset file. |
1 |
|
data_export_import_import_nodes |
includes/profiles/nodes.inc |
Import a dataset file and make current nodes match exactly. |
1 |
|
data_export_import_import_nodes_form |
includes/profiles/nodes.inc |
Function to create form to import nodes. |
|
1 |
data_export_import_import_nodes_form_submit |
includes/profiles/nodes.inc |
Function to process form to import nodes. |
|
|
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 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_save_with_defined_id |
includes/profiles/nodes.inc |
Batch function to save node with a defined id. |
1 |
|
data_export_import_permission |
./data_export_import.module |
Implements hook_permission(). |
|
|
data_export_import_taxonomy_get_tree_with_reset |
includes/profiles/taxonomy_terms.inc |
This function overrides the taxonomy_get_tree() API function. |
2 |
|
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 |
|
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. |
|
|