You are here

function context_context_plugins in Context 6.3

Same name and namespace in other branches
  1. 7.3 context.module \context_context_plugins()

Implementation of hook_context_plugins().

This is a ctools plugins hook.

File

./context.module, line 147

Code

function context_context_plugins() {
  module_load_include('inc', 'context', 'context.plugins');
  return _context_context_plugins();
}