Tripal Bulk Loader Module
- 2.x tripal_bulk_loader/tripal_bulk_loader.module tripal_bulk_loader
- 3.x tripal_bulk_loader/tripal_bulk_loader.module tripal_bulk_loader
- 1.x tripal_bulk_loader/tripal_bulk_loader.module tripal_bulk_loader
@file The functions for the Tripal bulk loader.
Parent topics
File
- tripal_bulk_loader/
tripal_bulk_loader.module, line 2 - The functions for the Tripal bulk loader.
Functions
Name | Location | Description |
---|---|---|
process_data_array_for_line |
tripal_bulk_loader/ |
Process the data array for a given line |
theme_tripal_bulk_loader_set_constants_form |
tripal_bulk_loader/ |
Themes the bulk loading job set constants form |
tripal_bulk_loader_access |
tripal_bulk_loader/ |
Implement hook_access(). |
tripal_bulk_loader_add_field_ahah |
tripal_bulk_loader/ |
AHAH Function: Replace $form['add_fields'] in tripal_bulk_loader_add_template_field_form |
tripal_bulk_loader_add_foreignkey_to_values |
tripal_bulk_loader/ |
Handles foreign keys in the values array. |
tripal_bulk_loader_add_loader_job_form |
tripal_bulk_loader/ |
Add Loader Job Form |
tripal_bulk_loader_add_loader_job_form_submit |
tripal_bulk_loader/ |
Add Loader Job Form (Submit) |
tripal_bulk_loader_add_spreadsheetdata_to_values |
tripal_bulk_loader/ |
This function adds the file data to the values array |
tripal_bulk_loader_add_template_field_form |
tripal_bulk_loader/ |
Add Field Form |
tripal_bulk_loader_add_template_field_form_submit |
tripal_bulk_loader/ |
Add Field Submit |
tripal_bulk_loader_add_template_field_form_validate |
tripal_bulk_loader/ |
Implements hook_form_validate(). |
tripal_bulk_loader_admin_jobs |
tripal_bulk_loader/ |
Provides a listing of bulk loader jobs and links for administration |
tripal_bulk_loader_admin_manage_templates |
tripal_bulk_loader/ |
Provides a description page and quick links for template management |
tripal_bulk_loader_coder_ignore |
tripal_bulk_loader/ |
Implements hook_coder_ignore(). Defines the path to the file (tripal_bulk_loader.coder_ignores.txt) where ignore rules for coder are stored |
tripal_bulk_loader_configuration_form |
tripal_bulk_loader/ |
A Configuration form for this module |
tripal_bulk_loader_configuration_form_submit |
tripal_bulk_loader/ |
A Configuration form for this module (Submit) |
tripal_bulk_loader_delete |
tripal_bulk_loader/ |
Implements node_delete Deletes the data when the delete button on the node form is clicked |
tripal_bulk_loader_delete_constant_set_form |
tripal_bulk_loader/ |
Delete a constant set (exposed fields in template) |
tripal_bulk_loader_delete_constant_set_form_submit |
tripal_bulk_loader/ |
Delete the current constant set |
tripal_bulk_loader_delete_template_base_form |
tripal_bulk_loader/ |
Delete Template Form This form allows admin to delete already existing templates |
tripal_bulk_loader_delete_template_base_form_submit |
tripal_bulk_loader/ |
Delete Template Form Submit |
tripal_bulk_loader_edit_constant_set_form |
tripal_bulk_loader/ |
Edit a constant set (exposed fields in template) |
tripal_bulk_loader_edit_constant_set_form_submit |
tripal_bulk_loader/ |
Edit constants in the current constant set |
tripal_bulk_loader_edit_field_ahah |
tripal_bulk_loader/ |
AHAH Function: Replace $form['edit_fields'] in tripal_bulk_loader_edit_template_field_form |
tripal_bulk_loader_edit_template_field_form |
tripal_bulk_loader/ |
Edit Field Form |
tripal_bulk_loader_edit_template_field_form_submit |
tripal_bulk_loader/ |
Edit Field Form Submit |
tripal_bulk_loader_edit_template_field_form_validate |
tripal_bulk_loader/ |
Implements hook_form_validate(). |
tripal_bulk_loader_edit_template_record_form |
tripal_bulk_loader/ |
Edit Record Form |
tripal_bulk_loader_edit_template_record_form_submit |
tripal_bulk_loader/ |
Edit Record Form Submit |
tripal_bulk_loader_edit_template_record_form_validate |
tripal_bulk_loader/ |
Implements hook_form_validate() |
tripal_bulk_loader_flatten_array |
tripal_bulk_loader/ |
Flattens an array up to two levels Used for printing of arrays without taking up much space |
tripal_bulk_loader_form |
tripal_bulk_loader/ |
Implements node_form Used to gather the extra details stored with a Bulk Loading Job Node |
tripal_bulk_loader_has_exposed_fields |
tripal_bulk_loader/ |
Check if a bulk loading job has exposed constants |
tripal_bulk_loader_import_export_template_form |
tripal_bulk_loader/ |
Import/Export Template Form |
tripal_bulk_loader_import_export_template_form_submit |
tripal_bulk_loader/ |
Import/Export Template Form Submit |
tripal_bulk_loader_init |
tripal_bulk_loader/ |
Implements hook_init Used to add stylesheets and javascript files to the header |
tripal_bulk_loader_insert |
tripal_bulk_loader/ |
Implements node_insert Insert the data from the node form on Create content |
tripal_bulk_loader_job_describe_args |
tripal_bulk_loader/ |
Implements hook_job_describe_args() Specifically to make viewing past tripal jobs more readable for jobs registered by this module |
tripal_bulk_loader_load |
tripal_bulk_loader/ |
Implements node_load |
tripal_bulk_loader_load_data |
tripal_bulk_loader/ |
Tripal Bulk Loader |
tripal_bulk_loader_menu |
tripal_bulk_loader/ |
Implements hook_menu |
tripal_bulk_loader_modify_template_base_form |
tripal_bulk_loader/ |
The main form reached at admin/tripal/tripal_bulk_loader/create and /edit |
tripal_bulk_loader_modify_template_base_form_submit |
tripal_bulk_loader/ |
Submit for tripal_bulk_loader_modify_template_base_form |
tripal_bulk_loader_node_info |
tripal_bulk_loader/ |
Implements hook_node_info |
tripal_bulk_loader_perm |
tripal_bulk_loader/ |
Implements hook_perm |
tripal_bulk_loader_preprocess_tripal_bulk_loader_template |
tripal_bulk_loader/ |
Preprocessor function for the tripal_bulk_loader template |
tripal_bulk_loader_progess_file_get_progress |
tripal_bulk_loader/ |
Get the progress of the current constant set from the progress file |
tripal_bulk_loader_progress_bar |
tripal_bulk_loader/ |
Used to display loader progress to the user |
tripal_bulk_loader_progress_file_track_job |
tripal_bulk_loader/ |
Keep track of progress in file rather then database |
tripal_bulk_loader_regex_tranform_values |
tripal_bulk_loader/ |
Uses a supplied regex to transform spreadsheet values |
tripal_bulk_loader_set_constants_form |
tripal_bulk_loader/ |
Set constants (exposed fields in template) |
tripal_bulk_loader_set_constants_form_submit |
tripal_bulk_loader/ |
Insert/update the constants associated with this node |
tripal_bulk_loader_set_constants_form_validate |
tripal_bulk_loader/ |
Validate that the values entered exist in the database if indicated in hte template array |
tripal_bulk_loader_theme |
tripal_bulk_loader/ |
Implements hook_theme |
tripal_bulk_loader_update |
tripal_bulk_loader/ |
Implements node_update Updates the data submitted by the node form on edit |
tripal_bulk_loader_update_constant |
tripal_bulk_loader/ |
Inserts/Updates a tripal bulk loading job constant |