function context_clear in Context 7.3
Same name and namespace in other branches
- 5 context.module \context_clear()
- 6.3 context.module \context_clear()
- 6 context.module \context_clear()
- 6.2 context.module \context_clear()
Clears static context array() -- meant only for testing
1 call to context_clear()
- ContextUnitTest::test in tests/
context.test
File
- ./
context.module, line 124
Code
function context_clear() {
return context_context(CONTEXT_CLEAR);
}