Tripal
Functions
tripal_bulk_loader.views.inc File Reference

Functions

 tripal_bulk_loader_views_data ()
 

Detailed Description

Provides Drupal views integration excluding default views.

Function Documentation

◆ tripal_bulk_loader_views_data()

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.

Returns
a data array formatted for the Views module

D7

Todo:
: Add support for materialized views relationships using the new method