You are here

function mailhandler_ctools_plugin_directory in Mailhandler 6.2

Same name and namespace in other branches
  1. 7.2 mailhandler.module \mailhandler_ctools_plugin_directory()

Implementation of hook_ctools_plugin_directory().

File

./mailhandler.module, line 68
Retrieves email for posting as nodes and comments.

Code

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