You are here

constant CONTEXT_STATUS_ENABLED in Context 6.2

Same name and namespace in other branches
  1. 6 context.module \CONTEXT_STATUS_ENABLED
4 uses of CONTEXT_STATUS_ENABLED
context_enabled_contexts in ./context.module
Retrieves all enabled contexts from the cache.
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 15

Code

define('CONTEXT_STATUS_ENABLED', 1);