You are here

mailhandler_tokenauth.module in Mailhandler 6.2

Same filename and directory in other branches
  1. 7.2 modules/mailhandler_tokenauth/mailhandler_tokenauth.module

Integrates Tokenauth and Mailhandler.

File

modules/mailhandler_tokenauth/mailhandler_tokenauth.module
View source
<?php

/**
 * @file
 * Integrates Tokenauth and Mailhandler.
 */

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