You are here

function mass_contact_ctools_plugin_type in Mass Contact 7

Implements hook_ctools_plugin_type().

File

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

Code

function mass_contact_ctools_plugin_type() {
  return array(
    // The plugin type. This one uses a default configuration.
    'grouping_method' => array(),
  );
}