You are here

public function MailhandlerCommands::configForm in Mailhandler 6.2

Same name and namespace in other branches
  1. 7.2 plugins/mailhandler/commands/MailhandlerCommands.class.php \MailhandlerCommands::configForm()

Build configuration form.

2 methods override MailhandlerCommands::configForm()
MailhandlerCommandsDefault::configForm in plugins/mailhandler/commands/MailhandlerCommandsDefault.class.php
Build configuration form.
MailhandlerCommandsExtendedHeaders::configForm in modules/mailhandler_extended/plugins/mailhandler/commands/MailhandlerCommandsExtendedHeaders.class.php
Build configuration form.

File

plugins/mailhandler/commands/MailhandlerCommands.class.php, line 50
Definition of MailhandlerCommands class.

Class

MailhandlerCommands
Allows additional Feeds Processor sources to be mapped.

Code

public function configForm(&$form, &$form_state, $config) {
  return;
}