You are here

function bg_image_context_ctools_plugin_api in Background Images 7

Implements hook_ctools_plugin_api().

File

bg_image_context/bg_image_context.module, line 18
bg_image_context.module

Code

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