|
| | tripal_enable_view ($view_name, $redirect_link=FALSE) |
| |
| | tripal_disable_view ($view_name, $redirect_link=FALSE) |
| |
| | tripal_make_view_compatible_with_external ($view) |
| |
| | tripal_get_lightest_views_integration_priority ($table_name) |
| |
| | tripal_get_lightest_views_integration_setup ($table_name) |
| |
| | tripal_get_views_integration_setup_id ($table_name, $priority) |
| |
| | tripal_is_table_integrated ($table_name, $priority=NULL) |
| |
| | tripal_is_lightest_priority_setup ($setup_id, $table_name) |
| |
| | tripal_rebuild_views_integrations ($delete_first=FALSE) |
| |
| | tripal_add_views_integration ($defn_array, $setup_id=FALSE) |
| |
| | tripal_export_views_integration ($setup_id) |
| |
| | tripal_remove_views_integration ($identifiers, $options=[]) |
| |
| | tripal_update_views_integration ($setup_id, $defn_array) |
| |
| | tripal_clone_views_integration ($table_name, $new_priority=NULL, $template_priority=NULL) |
| |
| | tripal_add_field_to_views_integration ($table_name, $priority, $field) |
| |
| | tripal_add_join_to_views_integration ($table_name, $priority, $join) |
| |
| | tripal_remove_join_from_views_integration ($setup_id, $base_table, $base_field, $left_table, $left_field) |
| |
Provides API functions that support direct integration of Chado tables with Drupal Views.