constant CONTEXT_STATUS_DISABLED in Context 6.2
Same name and namespace in other branches
- 6 context.module \CONTEXT_STATUS_DISABLED
3 uses of CONTEXT_STATUS_DISABLED
- context_status in ./
context.module - Returns status for whether a given context definition is enabled.
- context_ui_confirm_submit in context_ui/
context_ui.admin.inc - Submit handler for the context_ui_confirm form.
- context_ui_preprocess_context_ui_list_contexts in context_ui/
context_ui.admin.inc - Preprocess the contexts list theme
File
- ./
context.module, line 14
Code
define('CONTEXT_STATUS_DISABLED', 0);