You are here

function lockr_ctools_plugin_directory in Lockr 7.3

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

Implements hook_ctools_plugin_directory().

File

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

Code

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