Tripal
|
All functions in this file pertain to administrative management of bulk loader templates
tripal_bulk_loader_delete_template_base_form | ( | $form, | |
& | $form_state | ||
) |
tripal_bulk_loader_delete_template_base_form_submit | ( | $form, | |
& | $form_state | ||
) |
Delete Template Form Submit
$form | The form that was submitted |
$form_state | The values and storage that were submitted |
tripal_bulk_loader_delete_template_field_form | ( | $form, | |
& | $form_state | ||
) |
Delete Field Form
This form is meant to be called from a bulk loader form
$form_state | Contains the values and storage for the form |
tripal_bulk_loader_delete_template_field_form_submit | ( | $form, | |
& | $form_state | ||
) |
Delete Field Form
This form is meant to be called from a bulk loader form
$form_state | Contains the values and storage for the form |
tripal_bulk_loader_delete_template_record_form | ( | $form, | |
& | $form_state | ||
) |
Delete Record Form
This form is meant to be called from a bulk loader form
D7
$form_state | Contains the values and storage for the form |
tripal_bulk_loader_delete_template_record_form_submit | ( | $form, | |
& | $form_state | ||
) |
Delete Record Form
This form is meant to be called from a bulk loader form
D7
$form_state | Contains the values and storage for the form |
tripal_bulk_loader_duplicate_template_record_form | ( | $form, | |
& | $form_state | ||
) |
Duplicate Record Form
This form is meant to be called from a bulk loader form
D7
$form_state | Contains the values and storage for the form |
tripal_bulk_loader_duplicate_template_record_form_submit | ( | $form, | |
& | $form_state | ||
) |
Delete Record Form
This form is meant to be called from a bulk loader form
D7
$form_state | Contains the values and storage for the form |
tripal_bulk_loader_edit_template_record_form | ( | $form, | |
& | $form_state | ||
) |
tripal_bulk_loader_edit_template_record_form_submit | ( | $form, | |
& | $form_state | ||
) |
Edit Record Form Submit
D7
$form | The form that was submitted |
$form_state | Contains the values and storage for the form |
tripal_bulk_loader_edit_template_record_form_validate | ( | $form, | |
& | $form_state | ||
) |
tripal_bulk_loader_export_template_form | ( | $form, | |
& | $form_state | ||
) |
Export Template Form
On export, simply selects the serialized array from the db for a given template and presents it to the user. On import, a serialized template array and a name is supplied and a template record is created.
$form_state | The values and storage for the form |
tripal_bulk_loader_import_template_form | ( | $form, | |
& | $form_state | ||
) |
tripal_bulk_loader_import_template_form_submit | ( | $form, | |
& | $form_state | ||
) |
Import Template Form Submit
$form | The form that was submitted |
$form_state | The values and storage that were submitted |
tripal_bulk_loader_import_template_form_validate | ( | $form, | |
& | $form_state | ||
) |
Validates the import template form
tripal_bulk_loader_modify_template_base_form | ( | $form, | |
& | $form_state = NULL , |
||
$mode | |||
) |
tripal_bulk_loader_modify_template_base_form_submit | ( | $form, | |
& | $form_state | ||
) |
Submit for tripal_bulk_loader_modify_template_base_form
tripal_bulk_loader_template_field_form | ( | $form, | |
& | $form_state = NULL |
||
) |
Add Field Form
This form is meant to be called from a bulk loader form. Blank Defaults are in place but you can use the following in the query of the path to set defaults for a given template:
$form_state | Contains the values and storage for the form |
tripal_bulk_loader_template_field_form_default_values | ( | $mode, | |
& | $form_state | ||
) |
tripal_bulk_loader_template_field_form_submit | ( | $form, | |
& | $form_state | ||
) |
Add Field Submit
$form | The form that was submitted |
$form_state | The values and storage for the form |
tripal_bulk_loader_template_field_form_validate | ( | $form, | |
& | $form_state | ||
) |
Implements hook_form_validate().
tripal_bulk_loader_template_fields_ahah | ( | $form, | |
$form_state | |||
) |