Legacy Tripal Core Module

Functionality useful for all other Tripal modules including the Tripal jobs, files, materialized views and custom table functions.

File

legacy/tripal_core/tripal_core.module, line 16
The Tripal Core module

Functions

Namesort descending Location Description
chado_add_node_form_relationships_name_to_id_callback legacy/tripal_core/api/tripal_core.chado_nodes.relationships.api.inc Handles autocomplete for subject & object id
chado_add_node_form_subtable_ajax_update legacy/tripal_core/api/tripal_core.chado_nodes.api.inc Ajax function which returns the section of the form to be re-rendered for either the properties, dbxref or relationship sub-sections.
chado_node_sync_form_submit legacy/tripal_core/api/tripal_core.chado_nodes.api.inc Generic Sync Form Submit
chado_node_sync_form_validate legacy/tripal_core/api/tripal_core.chado_nodes.api.inc Generic Sync Form Validate
expand_file_upload_combo legacy/tripal_core/includes/tripal_core.form_elements.inc Upload File and keep track of previously uploaded files.
expand_sequence_combo legacy/tripal_core/includes/tripal_core.form_elements.inc Retrieve Sequence bases form element.
file_upload_combo_value_callback legacy/tripal_core/includes/tripal_core.form_elements.inc Validate all content passed into the file upload combo form element.
sequence_combo_value_callback legacy/tripal_core/includes/tripal_core.form_elements.inc Validate all content passed into the sequence combo form element D7 @todo: test/fix this callback.
theme_file_upload_combo legacy/tripal_core/includes/tripal_core.form_elements.inc Theme the file upload combo form element.
theme_sequence_combo legacy/tripal_core/includes/tripal_core.form_elements.inc Theme the file sequence form element.
tripal_core_element_info legacy/tripal_core/includes/tripal_core.form_elements.inc Register form elements.
tripal_core_get_schemas legacy/tripal_core/tripal_core.install This function simply defines all tables needed for the module to work correctly. By putting the table definitions in a separate function we can easily provide the entire list for hook_install or individual tables for an update.
tripal_core_init legacy/tripal_core/tripal_core.module Implements hook_init(). Used to set the search_path, create default content and set default variables.
tripal_core_install legacy/tripal_core/tripal_core.install Implementation of hook_install().
tripal_core_menu legacy/tripal_core/tripal_core.module Implements hook_menu(). Defines all menu items needed by Tripal Core
tripal_core_node_view legacy/tripal_core/tripal_core.module Implements hook_node_view().
tripal_core_node_view_alter legacy/tripal_core/tripal_core.module Implements hook_node_view_alter().
tripal_core_permission legacy/tripal_core/tripal_core.module Implements hook_permission().
tripal_core_schema legacy/tripal_core/tripal_core.install Implementation of hook_schema().
tripal_core_theme legacy/tripal_core/tripal_core.module Implements hook_theme(). Registers template files/functions used by this module.
tripal_core_uninstall legacy/tripal_core/tripal_core.install Implementation of hook_uninstall().
tripal_core_views_api legacy/tripal_core/tripal_core.module Implements hook_views_api().
tripal_core_views_default_views legacy/tripal_core/tripal_core.views_default.inc Describes core default views *