You are here

function mailhandler_tokenauth_ctools_plugin_directory in Mailhandler 6.2

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

Implements hook_ctools_plugin_directory().

File

modules/mailhandler_tokenauth/mailhandler_tokenauth.module, line 10
Integrates Tokenauth and Mailhandler.

Code

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