function tripal_views_handler_filter_select_id::option_definition

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

Overrides tripal_views_handler_filter_select_string::option_definition

File

tripal_chado_views/views/handlers/tripal_views_handler_filter_select_id.inc, line 134
Contains tripal_views_handler_filter_select_id

Class

tripal_views_handler_filter_select_id
This Handler provides a select list for the type field

Code

function option_definition() {
  return parent::option_definition();
}