You are here

public function views_handler_area_text_custom::options_submit in Views (for Drupal 7) 7.3

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

Overrides views_handler_area_text::options_submit

File

handlers/views_handler_area_text_custom.inc, line 41
Definition of views_handler_area_text_custom.

Class

views_handler_area_text_custom
Views area text custom handler.

Code

public function options_submit(&$form, &$form_state) {

  // Empty, so we don't inherit options_submit from the parent.
}