function tripal_library_search_biological_data_views

2.x tripal_library.module tripal_library_search_biological_data_views()
3.x tripal_library.module tripal_library_search_biological_data_views()

Implements hook_search_biological_data_views().

Adds the described views to the "Search Data" Page created by Tripal Views

File

tripal_library/tripal_library.module, line 133
Integrates the Chado Library module with Drupal Nodes & Views

Code

function tripal_library_search_biological_data_views() {
  return array(
    'tripal_library_user_library' => array(
      'machine_name' => 'tripal_library_user_library',
      'human_name' => 'Libraries',
      'description' => 'Biological library including BAC, cDNA, FOSMID, etc.',
      'link' => 'chado/library'
    ),
  );
}