function openlayers_ctools_plugin_api in Openlayers 7.3
Same name and namespace in other branches
- 6.2 openlayers.module \openlayers_ctools_plugin_api()
- 7.2 openlayers.module \openlayers_ctools_plugin_api()
Implements hook_ctools_plugin_api().
File
- ./
openlayers.module, line 10 - Openlayers module.
Code
function openlayers_ctools_plugin_api($module, $api) {
return array(
'version' => 1,
'path' => drupal_get_path('module', 'openlayers') . '/includes',
);
}