Tripal
|
Functions | |
tripal_organism_views_default_views () | |
tripal_organism_defaultvalue_user_organisms () | |
tripal_organism_admin_defaultview_organisms () | |
Organism default views
tripal_organism_admin_defaultview_organisms | ( | ) |
Describe the organism administration view.
MANUALLY ADD since filter handler no exporting correctly
MANUALLY ADD since filter handler no exporting correctly $handler->display->display_options['filters']['common_name']['expose']['values_form_type'] = 'textfield'; $handler->display->display_options['filters']['common_name']['expose']['select_multiple'] = FALSE; $handler->display->display_options['filters']['common_name']['expose']['select_optional'] = FALSE; $handler->display->display_options['filters']['common_name']['expose']['max_length'] = 40;
tripal_organism_defaultvalue_user_organisms | ( | ) |
Defines the organism user search default view.
tripal_organism_views_default_views | ( | ) |
Implements hook_views_default_views().