You are here

function context_og_ctools_plugin_api in Context OG 7.2

Same name and namespace in other branches
  1. 6.3 context_og.module \context_og_ctools_plugin_api()
  2. 7 context_og.module \context_og_ctools_plugin_api()

File

./context_og.module, line 3

Code

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