You are here

function openlayers_ui_ctools_plugin_api in Openlayers 7.3

Implements hook_ctools_plugin_api().

File

modules/openlayers_ui/openlayers_ui.module, line 43
Administrative UI for openlayers.

Code

function openlayers_ui_ctools_plugin_api($module, $api) {
  return array(
    'version' => 1,
    'path' => drupal_get_path('module', 'openlayers_ui') . '/includes',
  );
}