constant CONTEXT_ISSET in Context 5
Same name and namespace in other branches
- 6.3 context.module \CONTEXT_ISSET
- 6 context.module \CONTEXT_ISSET
- 6.2 context.module \CONTEXT_ISSET
- 7.3 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 5
Code
define('CONTEXT_ISSET', 2);