function context_reaction_theme::editor_form_submit in Context 6
Same name and namespace in other branches
- 6.3 plugins/context_reaction_theme.inc \context_reaction_theme::editor_form_submit()
- 7.3 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;
}