function context_ui_editor_cancel in Context 6.3
Same name and namespace in other branches
- 7.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 233
Code
function context_ui_editor_cancel(&$form, &$form_state) {
return;
}