You are here

public function isotope_reaction::editor_form in Views Isotope (Deprecated) 7.2

Editor form.

File

plugins/context/views_isotope_reaction.inc, line 14
Contains the isotope_reaction subclass.

Class

isotope_reaction
Expose isotope configurations as context reactions.

Code

public function editor_form($context) {
  $form = $this
    ->options_form($context);
  return $form;
}