You are here

function context_reaction_addassets_base::editor_form 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()

Editor form.

File

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

Class

context_reaction_addassets_base
Expose themes as context reactions.

Code

function editor_form($context) {
  $form = $this
    ->options_form($context);
  return $form;
}