You are here

function lockr_ctools_plugin_directory in Lockr 7.2

Same name and namespace in other branches
  1. 7.3 lockr.module \lockr_ctools_plugin_directory()
  2. 7 lockr.module \lockr_ctools_plugin_directory()

Implements hook_ctools_plugin_directory().

File

./lockr.module, line 25
Hook implementations and callbacks for lockr.

Code

function lockr_ctools_plugin_directory($module, $plugin) {
  if ($module === 'key') {
    return "plugins/{$plugin}";
  }
}