1 views_handler_area_text_custom.inc views_handler_area_text_custom::options_submit(&$form, &$form_state)

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

core/modules/views/handlers/views_handler_area_text_custom.inc, line 32
Definition of views_handler_area_text_custom.

Class

views_handler_area_text_custom
Views area text custom handler.

Code

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