You are here

function openlayers_services_ctools_plugin_api in Openlayers 7.3

Implements hook_ctools_plugin_api().

File

modules/openlayers_services/openlayers_services.module, line 12

Code

function openlayers_services_ctools_plugin_api($owner, $api) {
  if ($owner == 'services' && $api == 'services') {
    return array(
      'version' => 3,
    );
  }
}