| 
    Tripal
    
   | 
 
Functions | |
| tripal_chado_views_integration_export_form ($form, &$form_state, $setup_id) | |
| tripal_chado_views_integration_import_form () | |
| tripal_chado_views_integration_import_form_submit ($form, &$form_state) | |
This file contains the UI to import/export tripal views integration setups between sites
| tripal_chado_views_integration_export_form | ( | $form, | |
| & | $form_state, | ||
| $setup_id | |||
| ) | 
Form: The form to export a particular tripal views integration
No submit is needed since the setup_id is in the path and the export code is rendered based on that
| $form_state | The state of the form | 
| $setup_id | The tripal views integration setup id | 
| tripal_chado_views_integration_import_form | ( | ) | 
Form: Imports a tripal views integration
| tripal_chado_views_integration_import_form_submit | ( | $form, | |
| & | $form_state | ||
| ) | 
Submit: Imports a tripal views integration
| $form | |
| $form_state |