You are here

function openlayers_test_ctools_plugin_directory in Openlayers 6.2

Implementation of hook_ctools_plugin_directory

File

tests/openlayers_test.module, line 34
Main OpenLayers Test Module file

Code

function openlayers_test_ctools_plugin_directory($module, $plugin) {
  if ($module == 'openlayers' && $plugin == 'style_plugin') {
    return 'plugins/style_plugin';
  }
}