function context_context_registry in Context 6.3
Same name and namespace in other branches
- 7.3 context.module \context_context_registry()
Implementation of hook_context_registry().
File
- ./
context.module, line 156
Code
function context_context_registry() {
module_load_include('inc', 'context', 'context.plugins');
return _context_context_registry();
}