Tripal
|
Functions | |
tripal_bulk_loader_views_data () | |
Provides Drupal views integration excluding default views.
tripal_bulk_loader_views_data | ( | ) |
Generates a dynamic data array for Views
Purpose: This function is a hook used by the Views module. It populates and returns a data array that specifies for the Views module the base table, the tables it joins with and handlers. The data array is populated using the data stored in the tripal_views tables.
D7