Mailinglist
 All Data Structures Files Functions Variables Pages
MailinglistGenericList.class.php
Go to the documentation of this file.
1 <?php
24  function edit_form(&$form, &$form_state) {
25  parent::edit_form($form, $form_state);
26  }
27 
29 
40  if ($this->generic_list_match($msg)) {
41  $this->processMessage($msg);
42  return TRUE;
43  }
44  return FALSE;
45  }
47 }
Interface MailinglistMessageInterface.
checkMessage(MailinglistMessageInterface $msg)
checkMessage()
edit_form(&$form, &$form_state)
Implements ctools_export_ui::edit_form().
Retrieve messages from a Mailhandler Mailbox.
processMessage(MailinglistMessageInterface $message)
message_process()
Generic List Personality Plugin.