You are here

public function isotope_reaction::editor_form 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()

Editor form.

File

plugins/context/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;
}