Custom Chado Tables

Contains functions for creating, editing and deleting custom tables on the Tripal website.

Parent topics

File

tripal_core/includes/tripal_core.custom_tables.inc, line 10
Contains functions for creating, editing and deleting custom tables on the Tripal website.

Functions

Namesort descending Location Description
tripal_custom_tables_delete_form tripal_core/includes/tripal_core.custom_tables.inc Just a simple form for confirming deletion of a custom table
tripal_custom_tables_form tripal_core/includes/tripal_core.custom_tables.inc A Form to Create/Edit a Custom table.
tripal_custom_tables_form_submit tripal_core/includes/tripal_core.custom_tables.inc Submit the Create/Edit Custom table form Implements hook_form_submit().
tripal_custom_tables_form_validate tripal_core/includes/tripal_core.custom_tables.inc Implements hook_validate(). Validate the Create/Edit custom table form.
tripal_custom_table_admin_view tripal_core/includes/tripal_core.custom_tables.inc Provides a landing page for administrating custom tables.
tripal_custom_table_new_page tripal_core/includes/tripal_core.custom_tables.inc Renders the tripal_custom_tables_form.
tripal_custom_table_view tripal_core/includes/tripal_core.custom_tables.inc A template function which returns markup to display details for the custom table
tripal_mviews_delete_form tripal_core/includes/tripal_core.mviews.inc Just a simple form for confirming deletion of a custom table

Files

Namesort descending Location Description
tripal_core.custom_tables.inc tripal_core/includes/tripal_core.custom_tables.inc Contains functions for creating, editing and deleting custom tables on the Tripal website.