You are here

function context_reaction_addassets_base::editor_form_submit in Context Add Assets 6

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

Submit handler for editor form.

File

plugins/context_reaction_addassets_base.inc, line 35
The Context reaction plugin to add asset files

Class

context_reaction_addassets_base
Expose themes as context reactions.

Code

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