|
Tripal
|
Functions | |
| tripal_registration_form ($form, &$form_state) | |
| custom_registration_ajax_add_funding ($form, $form_state) | |
| custom_registration_ajax_disable_reg_callback ($form, &$form_state) | |
| tripal_registration_form_validate ($form, &$form_state) | |
| tripal_registration_form_save_registration_info ($form_state) | |
| tripal_registration_form_submit ($form, &$form_state) | |
| tripal_registration_remote_submit ($data) | |
Contains functions related to the display of Tripal registration form in a Tripal website.
| tripal_registration_form | ( | $form, | |
| & | $form_state | ||
| ) |
Provides the page for the Tripal registration page
| tripal_registration_form_save_registration_info | ( | $form_state | ) |
Saves the current state of the registration form as a drupal variable.
| tripal_registration_form_submit | ( | $form, | |
| & | $form_state | ||
| ) |
Implements submit from the Form API.
| $form | A structured array containing the elements and properties of the form. |
| $form_state | An array that stores information about the form's current state during processing. |
| tripal_registration_form_validate | ( | $form, | |
| & | $form_state | ||
| ) |
Implements validation from the Form API.
| $form | A structured array containing the elements and properties of the form. |
| $form_state | An array that stores information about the form's current state during processing. |