You are here

function context_reaction_theme::editor_form_submit in Context 7.3

Same name and namespace in other branches
  1. 6.3 plugins/context_reaction_theme.inc \context_reaction_theme::editor_form_submit()
  2. 6 plugins/context_reaction_theme.inc \context_reaction_theme::editor_form_submit()

Submit handler for editor form.

File

plugins/context_reaction_theme.inc, line 23

Class

context_reaction_theme
Expose themes as context reactions.

Code

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