You are here

function mailhandler_extended_ctools_plugin_directory in Mailhandler 6.2

Same name and namespace in other branches
  1. 7.2 modules/mailhandler_extended/mailhandler_extended.module \mailhandler_extended_ctools_plugin_directory()

Implements hook_ctools_plugin_directory().

File

modules/mailhandler_extended/mailhandler_extended.module, line 10
Adds extended headers to Mailhandler.

Code

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