You are here

function contextphp_reaction_php::editor_form_submit in Context PHP 7

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

Submit handler for editor form.

File

plugins/contextphp_reaction_php.inc, line 24
contextphp_reaction_php.inc Adds php reaction to Context

Class

contextphp_reaction_php
PHP code as a Context reaction.

Code

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