function context_flush_caches in Context 6
Same name and namespace in other branches
- 6.3 context.module \context_flush_caches()
- 6.2 context.module \context_flush_caches()
- 7.3 context.module \context_flush_caches()
Implementation of hook_flush_caches().
File
- ./
context.module, line 167
Code
function context_flush_caches() {
context_invalidate_cache();
return array();
}