You are here

function mailhandler_ctools_plugin_directory in Mailhandler 7.2

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

Implements hook_ctools_plugin_directory().

File

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

Code

function mailhandler_ctools_plugin_directory($owner, $plugin_type) {
  return 'plugins/' . $owner . '/' . $plugin_type;
}