Tripal
|
Public Member Functions | |
init (&$view, &$options) | |
get_select_options () | |
get_select_option_where ($table=NULL, $generic_placeholder=TRUE) | |
option_definition () | |
expose_form (&$form, &$form_state) | |
expose_submit ($form, &$form_state) | |
expose_options () | |
value_form (&$form, &$form_state) | |
![]() | |
has_extra_options () | |
extra_options_form (&$form, &$form_state) | |
extra_options_submit ($form, &$form_state) | |
extra_options_options () | |
exposed_form (&$form, &$form_state) | |
query () | |
This Handler provides a select list for the type field
NOTE: This handler only works when applied to the type_id field in the base_table of this view.
tripal_views_handler_filter_select_id::expose_form | ( | & | $form, |
& | $form_state | ||
) |
{}
tripal_views_handler_filter_select_id::expose_options | ( | ) |
{}
tripal_views_handler_filter_select_id::expose_submit | ( | $form, | |
& | $form_state | ||
) |
{}
tripal_views_handler_filter_select_id::get_select_option_where | ( | $table = NULL , |
|
$generic_placeholder = TRUE |
|||
) |
For the SQL generating the options, determine the WHERE clauses
Reimplemented from tripal_views_handler_filter_select_string.
tripal_views_handler_filter_select_id::get_select_options | ( | ) |
Provide the options used in the select list. Override this function in extended handlers to easily change option list.
Reimplemented from tripal_views_handler_filter_select_string.
tripal_views_handler_filter_select_id::init | ( | & | $view, |
& | $options | ||
) |
{{}}
Reimplemented from tripal_views_handler_filter_select_string.
tripal_views_handler_filter_select_id::option_definition | ( | ) |
{{}}
Reimplemented from tripal_views_handler_filter_select_string.
tripal_views_handler_filter_select_id::value_form | ( | & | $form, |
& | $form_state | ||
) |
{{}}
Reimplemented from tripal_views_handler_filter_select_string.