You are here

constant CONTEXT_ISSET in Context 7.3

Same name and namespace in other branches
  1. 5 context.module \CONTEXT_ISSET
  2. 6.3 context.module \CONTEXT_ISSET
  3. 6 context.module \CONTEXT_ISSET
  4. 6.2 context.module \CONTEXT_ISSET
3 uses of CONTEXT_ISSET
context_context in ./context.module
Master context function. Avoid calling this directly -- use one of the helper functions below.
context_exists in ./context.module
Deprecated context_exists() function. Retained for backwards compatibility -- please use context_isset() instead.
context_isset in ./context.module
Returns a boolean for whether a context namespace + attribute have been set.

File

./context.module, line 7

Code

define('CONTEXT_ISSET', 2);