You are here

function context_respect_ctools_plugin_api in Context Respect 7

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

File

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

Code

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