|
Tripal 0.3b
|
Public Member Functions | |
| value_form (&$form, &$form_state) | |
| exposed_form (&$form, &$form_state) | |
| query () | |
Purpose: This Handler provides a generic select list for any chado field that is a string The select list includes all distinct values for that field.
Definition at line 10 of file views_handler_filter_chado_select_string.inc.
| exposed_form | ( | &$ | form, |
| &$ | form_state | ||
| ) |
Ensures the select list gets rendered when the filter is exposed
Definition at line 50 of file views_handler_filter_chado_select_string.inc.
| query | ( | ) |
Definition at line 82 of file views_handler_filter_chado_select_string.inc.
| value_form | ( | &$ | form, |
| &$ | form_state | ||
| ) |
Defines the value field in both the views filter options form and the exposed form
Definition at line 16 of file views_handler_filter_chado_select_string.inc.
References tripal_core_chado_select().