function tripal_views_handler_filter_select_id::expose_options

2.x tripal_views_handler_filter_select_id.inc tripal_views_handler_filter_select_id::expose_options()
3.x tripal_views_handler_filter_select_id.inc tripal_views_handler_filter_select_id::expose_options()

Provide default options for exposed filters.

Overrides views_handler_filter::expose_options

File

tripal_views/views/handlers/tripal_views_handler_filter_select_id.inc, line 156
Contains tripal_views_handler_filter_select_string

Class

tripal_views_handler_filter_select_id
This Handler provides a select list for the type field

Code

function expose_options() {
  parent::expose_options();
}