You are here

function geocoder_ctools_plugin_directory in Geocoder 7

Implementation of hook_ctools_plugin_directory() to let the system know we implement plugins.

File

./geocoder.module, line 208

Code

function geocoder_ctools_plugin_directory($module, $plugin) {
  return 'plugins/' . $plugin;
}