You are here

function field_group_easy_responsive_tabs_ctools_plugin_api in Field Group: Easy Responsive Tabs to Accordion 7

Implements hook_ctools_plugin_api().

File

./field_group_easy_responsive_tabs.module, line 38
Module file for the field_group_easy_responsive_tabs module.

Code

function field_group_easy_responsive_tabs_ctools_plugin_api($module, $api) {
  if ($module == 'field_group' && $api == 'field_group') {
    return array(
      'version' => 1,
    );
  }
}