public function MailhandlerCommands::configForm in Mailhandler 7.2
Same name and namespace in other branches
- 6.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 49 - Definition of MailhandlerCommands class.
Class
- MailhandlerCommands
- Allows additional Feeds Processor sources to be mapped.
Code
public function configForm(&$form, &$form_state, $config) {
}