function backstretch_context_reaction_backstretch::options_form_submit in Backstretch 7
Same name and namespace in other branches
- 7.2 plugins/backstretch_context_reaction_backstretch.inc \backstretch_context_reaction_backstretch::options_form_submit()
Options form submit handler.
Overrides context_reaction::options_form_submit
File
- plugins/
backstretch_context_reaction_backstretch.inc, line 14
Class
Code
function options_form_submit($values) {
return array(
'backstretch_url' => $values['backstretch_url'],
);
}