Tripal Views Module API

  1. 2.x tripal_views/api/tripal_views.api.inc tripal_views_api
  2. 1.x tripal_views/api/tripal_views.api.inc tripal_views_api

@file API functions for Tripal Views Integration

Parent topics

File

tripal_views/api/tripal_views.api.inc, line 3
API functions for Tripal Views Integration

Functions

Namesort ascending Location Description
tripal_views_remove_join_from_integration tripal_views/api/tripal_views.api.inc Remove a join from an integration
tripal_views_is_lightest_priority_setup tripal_views/api/tripal_views.api.inc Checks if you are dealing with the lightest priority setup for a given table
tripal_views_is_integrated tripal_views/api/tripal_views.api.inc Check to see if this table already has an integration record with the given priority
tripal_views_integration_remove_entry_by_table_name tripal_views/api/tripal_views.api.inc Removes a View Integration Entry
tripal_views_integration_remove_entry_by_setup_id tripal_views/api/tripal_views.api.inc Removes a View Integration Entry
tripal_views_integration_export_entry tripal_views/api/tripal_views.api.inc Export Views integration records
tripal_views_integration_add_entry tripal_views/api/tripal_views.api.inc Add views integration records into the tripal_views* tables
tripal_views_integrate_all_chado_tables tripal_views/api/tripal_views.api.inc Integrate all chado tables in the schema api. This integration only occurs once and sets all Chado tables to a priority of 10
tripal_views_get_table_lightest_priority tripal_views/api/tripal_views.api.inc Retrieve the priority of the lightest priority for a given table
tripal_views_get_setup_id tripal_views/api/tripal_views.api.inc Retrieve the views integration setup with the given priority/table combination
tripal_views_get_lightest_priority_setup tripal_views/api/tripal_views.api.inc Retrieve the views integration setup with the lightest priority for a given table
tripal_views_get_integration_array_for_chado_table tripal_views/api/tripal_views.api.inc Returns the array needed to integrate a given chado table with views
tripal_views_clone_integration tripal_views/api/tripal_views.api.inc Clone an integration
tripal_views_add_node_relationship_to_chado_table_integration tripal_views/api/tripal_views.api.inc Adds the joins necessary to link a chado table to it's node counterpart
tripal_views_add_field_to_integration tripal_views/api/tripal_views.api.inc Adds the given field to an existing or cloned integration. In the case of a cloned integration, the lightest integration is used as the template for the clone.