You are here

function slack_ctools_plugin_directory in Slack 7

Implements hook_ctools_plugin_directory().

File

./slack.module, line 84
Main module file, only hooks are allowed here.

Code

function slack_ctools_plugin_directory($module, $plugin) {
  if ($module == 'message_notify') {
    return 'plugins/' . $plugin;
  }
}