You are here

public function isotope_reaction::editor_form_submit in Isotope (with Masonry and Packery) 7.2

Same name and namespace in other branches
  1. 7 plugins/isotope_reaction.inc \isotope_reaction::editor_form_submit()

Submit handler for editor form.

File

plugins/context/isotope_reaction.inc, line 22
Contains the isotope_reaction subclass.

Class

isotope_reaction
Expose isotope configurations as context reactions.

Code

public function editor_form_submit($context, $values) {
  return $values;
}