constant TRIPAL_DEBUG

  1. 2.x tripal_core/api/tripal_core.tripal.api.inc TRIPAL_DEBUG
  2. 3.x tripal/api/tripal.notice.api.inc TRIPAL_DEBUG
6 uses of TRIPAL_DEBUG
chado_insert_record in tripal_core/api/tripal_core.chado_query.api.inc
Provides a generic routine for inserting into any Chado table
chado_update_record in tripal_core/api/tripal_core.chado_query.api.inc
Provides a generic routine for updating into any Chado table
tripal_bulk_loader_throw_error in tripal_bulk_loader/includes/tripal_bulk_loader.loader.inc
Used to throw a hopefully human-readable error.
tripal_report_error in tripal_core/api/tripal_core.tripal.api.inc
Provide better error notice for Tripal. If the environment variable 'TRIPAL_DEBUG' is set to 1 then this function will add backtrace information to the message.
tripal_set_message in tripal_core/api/tripal_core.tripal.api.inc
Display messages to tripal administrators.

... See full list

File

tripal_core/api/tripal_core.tripal.api.inc, line 41
Provides an application programming interface (API) for Tripal

Code

define('TRIPAL_DEBUG', 7)