You are here

constant CONTEXT_STATUS_ENABLED in Context 6

Same name and namespace in other branches
  1. 6.2 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.
theme_context_ui_admin in context_ui/context_ui.admin.inc
Generates the main context_ui admin page with a tiered context listing.

File

./context.module, line 15

Code

define('CONTEXT_STATUS_ENABLED', 1);