You are here

function context_respect_ctools_plugin_api in Context Respect 6

Same name and namespace in other branches
  1. 7 context_respect.module \context_respect_ctools_plugin_api()

File

./context_respect.module, line 13
Context Respect module file.

Code

function context_respect_ctools_plugin_api($module, $api) {
  if ($module == 'context' && $api == 'plugins') {
    return array(
      'version' => 3,
    );
  }
}