function context_reaction_debug::options_form_submit in Context 6.3
Same name and namespace in other branches
- 6 plugins/context_reaction_debug.inc \context_reaction_debug::options_form_submit()
- 7.3 plugins/context_reaction_debug.inc \context_reaction_debug::options_form_submit()
Options form submit handler.
Overrides context_reaction::options_form_submit
File
- plugins/
context_reaction_debug.inc, line 11
Class
- context_reaction_debug
- Output context debug information.
Code
function options_form_submit($values) {
return array(
'debug' => 1,
);
}