You are here

function finder_wizard_ctools_plugin_directory in Finder 7.2

Implements hook_ctools_plugin_directory().

File

modules/finder_wizard/finder_wizard.module, line 12
The Finder page module.

Code

function finder_wizard_ctools_plugin_directory($module, $plugin) {
  if ($module == 'finder' && $plugin == 'element_handler') {
    return "plugins/{$plugin}";
  }
}