You are here

function mass_contact_ctools_plugin_directory in Mass Contact 7

Implements hook_ctools_plugin_directory().

File

./mass_contact.module, line 471
This is the main code file for the Mass Contact module.

Code

function mass_contact_ctools_plugin_directory($module, $plugin) {
  if ($module == 'mass_contact' && $plugin == 'grouping_method') {

    // The directory the plugins are stored in.
    return 'plugins';
  }
}