You are here

function openlayers_views_ctools_plugin_api in Openlayers 7.3

Same name and namespace in other branches
  1. 6.2 modules/openlayers_views/openlayers_views.module \openlayers_views_ctools_plugin_api()
  2. 7.2 modules/openlayers_views/openlayers_views.module \openlayers_views_ctools_plugin_api()

Implements hook_ctools_plugin_api().

File

modules/openlayers_views/openlayers_views.module, line 20
Openlayers views integration.

Code

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