You are here

function context_ui_editor_cancel in Context 7.3

Same name and namespace in other branches
  1. 6.3 context_ui/context_ui.module \context_ui_editor_cancel()

Cancel handler for context_block_editor().

1 string reference to 'context_ui_editor_cancel'
context_ui_editor in context_ui/context_ui.module
Inline context editor form.

File

context_ui/context_ui.module, line 272

Code

function context_ui_editor_cancel(&$form, &$form_state) {
  return;
}