function tripal_phenotype_search_biological_data_views

2.x tripal_phenotype.module tripal_phenotype_search_biological_data_views()
3.x tripal_phenotype.module tripal_phenotype_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_phenotype/tripal_phenotype.module, line 78
Basic functionality for the phenotype module

Code

function tripal_phenotype_search_biological_data_views() {
  return array(
    'tripal_phenotype_user_phenotypes' => array(
      'machine_name' => 'tripal_phenotype_user_phenotypes',
      'human_name' => 'Phenotypes',
      'description' => 'A controlled sentence describing observable effects of non-wild type function.',
      'link' => 'chado/phenotype'
    ),
  );
}