Tripal
|
Functions | |
tripal_views_plugins () | |
tripal_views_data () | |
tripal_views_data_alter (&$data) | |
tripal_views_data_fields (&$data) | |
tripal_views_data_tripal_bundles (&$data) | |
tripal_views_data_jobs (&$data) | |
Integrates many of the core database tables with drupal views
tripal_views_data | ( | ) |
Describe various Tripal Core systems to Views
tripal_views_data_alter | ( | & | $data | ) |
Implements hook views_data_alter()
Ensures that all fields attached to TripalEntities use the proper handlers.
tripal_views_data_fields | ( | & | $data | ) |
Integreates the Tripal fields with Views.
tripal_views_data_jobs | ( | & | $data | ) |
Provides the data array for the tripal job management system
$data | Previously generated tripal views data array return $data array with job management system described |
tripal_views_data_tripal_bundles | ( | & | $data | ) |
Integrates the TripalEntity bundles with Drupal Views.
tripal_views_plugins | ( | ) |
Implements of hook_views_plugins().