You are here

public function TaxonomyDisplayAssociatedDisplayHandlerViews::formSubmit in Taxonomy display 7

We store values to access later for rendering and editing.

Overrides TaxonomyDisplayHandlerForm::formSubmit

See also

TaxonomyDisplayHandlerForm::formSubmit()

File

handlers/associated/views.inc, line 148

Class

TaxonomyDisplayAssociatedDisplayHandlerViews
Add a display handler that will use the Drupal core method of display.

Code

public function formSubmit($form, &$values) {

  // We are using the exact keys that our formFieldset() implementation
  // defines and we want all of the values stored, so we have no need to alter
  // them before returning.
  return $values;
}