A Module to interface a Mailman 2.1.x mailing list to Drupal. More...
Go to the source code of this file.
Functions | |
mailman21_help ($path, $arg) | |
Mailman Help Generation. More... | |
mailman21_ctools_plugin_directory ($owner, $plugin_type) | |
Implements hook_ctools_plugin_directory(). More... | |
A Module to interface a Mailman 2.1.x mailing list to Drupal.
Definition in file mailman21.module.
mailman21_ctools_plugin_directory | ( | $owner, | |
$plugin_type | |||
) |
Implements hook_ctools_plugin_directory().
divides the plugins by owner module
mailinglist/list
Definition at line 43 of file mailman21.module.
mailman21_help | ( | $path, | |
$arg | |||
) |
Mailman Help Generation.
Implements hook_help()
Displays help and module information
path | Which path of the site we're using to display help |
arg | Array that holds the current path as returned from arg() funtion |
Definition at line 21 of file mailman21.module.