You are here

function views_atom_handler_area_atom_tombstone::options_submit in Views Atom 7

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

includes/views_atom_handler_area_atom_tombstone.inc, line 66
Views area text handler.

Class

views_atom_handler_area_atom_tombstone

Code

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

  // Redeclaring this blank method prevents the parent, views_handler_area_text,
  // from acting on the non-existent content variable.
}