You are here

function mailhandler_ctools_plugin_type in Mailhandler 6.2

Same name and namespace in other branches
  1. 7.2 mailhandler.module \mailhandler_ctools_plugin_type()

Implementation of hook_ctools_plugin_type().

File

./mailhandler.module, line 56
Retrieves email for posting as nodes and comments.

Code

function mailhandler_ctools_plugin_type() {
  return array(
    'authenticate' => array(),
    'commands' => array(),
    'filters' => array(),
    'retrieve' => array(),
  );
}