You are here

function bat_api_ctools_plugin_api in Booking and Availability Management API 7

Same name and namespace in other branches
  1. 7.2 bat_api.module \bat_api_ctools_plugin_api()

Implements hook_ctools_plugin_api().

File

./bat_api.module, line 10

Code

function bat_api_ctools_plugin_api($module = NULL, $api = NULL) {
  if ($module == "services" && $api == "services") {
    return array(
      "version" => "3",
    );
  }
}