You are here

function openlayers_examples_ctools_plugin_api in Openlayers 7.3

Implements hook_ctools_plugin_api().

File

modules/openlayers_examples/openlayers_examples.module, line 10
Openlayers Examples.

Code

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