function tripal_views_handler_filter_select_id::expose_submit

2.x tripal_views_handler_filter_select_id.inc tripal_views_handler_filter_select_id::expose_submit($form, &$form_state)
3.x tripal_views_handler_filter_select_id.inc tripal_views_handler_filter_select_id::expose_submit($form, &$form_state)

Perform any necessary changes to the form exposes prior to storage. There is no need for this function to actually store the data.

Overrides views_handler::expose_submit

File

tripal_views/views/handlers/tripal_views_handler_filter_select_id.inc, line 149
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_submit($form, &$form_state) {
  parent::expose_submit($form, $form_state);
}