Tripal Module

The core Tripal module provides functionality useful for all other Tripal modules and extension modules.

File

tripal/tripal.module, line 7
The core Tripal module

Functions

Namesort descending Location Description
tripal_admin_defaultview_jobs tripal/tripal.views_default.inc Describes the jobs administration view.
tripal_chado_defaultview_admin_custom_tables tripal_chado/tripal_chado.views_default.inc Describes the custom tables administration view.
tripal_chado_defaultview_admin_mviews tripal_chado/tripal_chado.views_default.inc Describes the materialized views administration view.
tripal_chado_exclude_type_by_default tripal_chado/tripal_chado.module Implements hook_exclude_type_by_default()
tripal_chado_job_describe_args tripal_chado/tripal_chado.module Implements hook_job_describe_args().
tripal_chado_permission tripal_chado/tripal_chado.module Implements hook_permission().
tripal_chado_tripal_custom_tables_schema tripal_chado/tripal_chado.install Describes the Tripal Custom Tables (tripal_custom_tables) table This keeps track of tables created by Tripal and stored in chado that may or may not also be materialized views.
tripal_chado_tripal_mviews_schema tripal_chado/tripal_chado.install Describes the Tripal Materialized View (tripal_mviews) table This table keeps track of all materialized views created by Tripal and stored in chado
tripal_chado_uninstall tripal_chado/tripal_chado.install Implementation of hook_uninstall().
tripal_chado_views_data tripal_chado/tripal_chado.views.inc Describe various Tripal Core systems to Views for the creation of administrative views.
tripal_chado_views_data_custom_tables tripal_chado/tripal_chado.views.inc Provides the data array for the tripal custom tables management
tripal_chado_views_data_mviews tripal_chado/tripal_chado.views.inc Provides the data array for the tripal custom tables management
tripal_chado_views_default_views tripal_chado/tripal_chado.views_default.inc Describes core default views
tripal_init tripal/tripal.module Implements hook_init().
tripal_install tripal/tripal.install Implementation of hook_install().
tripal_menu tripal/tripal.module Implements hook_menu(). Defines all menu items needed by Tripal Core
tripal_schema tripal/tripal.install Implementation of hook_schema().
tripal_theme tripal/tripal.module Implements hook_theme(). Registers template files/functions used by this module.
tripal_views_data tripal/tripal.views.inc Describe various Tripal Core systems to Views
tripal_views_data_jobs tripal/tripal.views.inc Provides the data array for the tripal job management system
tripal_views_default_views tripal/tripal.views_default.inc Describes core default views
tripal_ws_schema tripal_ws/tripal_ws.install Implementation of hook_schema().

Sub-Topics

Namesort descending Location Description
Tripal API tripal_ws/tripal_ws.module Tripal provides an application programming interface (API) to support customizations and creation of new extensions. @
Tripal Web Services Module tripal_ws/tripal_ws.module The Tripal Web Services module provides functionality for managing RESTful web services based on the W3C Hydra standard.