You are here

function backstretch_context_reaction_backstretch::options_form_submit in Backstretch 7

Same name and namespace in other branches
  1. 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

backstretch_context_reaction_backstretch

Code

function options_form_submit($values) {
  return array(
    'backstretch_url' => $values['backstretch_url'],
  );
}