Base Class for Mailinglist extensions. More...
Public Member Functions | |
MailinglistOperationInterface | |
form (&$form, &$form_state, $list) | |
Operation page form generation. More... | |
validate (&$form, &$form_state, $list) | |
Operation page form validation. More... | |
submit (&$form, &$form_state, $list) | |
Operation page form submission. More... | |
Public Member Functions inherited from MailinglistOperation | |
isAvailable (MailinglistListInterface $list) | |
Implements MailinglistOperationInterface::isAvailable(). More... | |
hasPermission (MailinglistListInterface $list) | |
Implements MailinglistOperationInterface::hasPermission(). More... | |
enabled (MailinglistListInterface $list) | |
Implements MailinglistOperationInterface::enabled(). More... | |
disabled (MailinglistListInterface $list) | |
Implements MailinglistOperationInterface::disabled(). More... | |
form (&$form, &$form_state, $list) | |
Operation page form generation. More... | |
validate (&$form, &$form_state, $list) | |
Operation page form validation. More... | |
submit (&$form, &$form_state, $list) | |
Operation page form submission. More... | |
MailinglistOperationInterface |
Base Class for Mailinglist extensions.
Definition at line 10 of file MailinglistMembersOperation.class.php.
form | ( | & | $form, |
& | $form_state, | ||
$list | |||
) |
Operation page form generation.
$form | Form for the page. |
$form_state | Form state for the page. |
$list | List we are generating the page for. |
URL: base/$listname/members/$section
Member Page, Build summary.
Member Page, Build Details. (Check extra permissions)
Add variable chunking to listing.
Implements MailinglistOperationInterface.
Definition at line 31 of file MailinglistMembersOperation.class.php.
References _mailinglist_datetime_ts(), mailinglist_members_scan(), MAILINGLIST_SUB_DIGEST, MAILINGLIST_SUB_INDEX, MAILINGLIST_SUB_MIME_DIGEST, MAILINGLIST_SUB_NO, MAILINGLIST_SUB_NOMAIL, and MAILINGLIST_SUB_NORMAL.
submit | ( | & | $form, |
& | $form_state, | ||
$list | |||
) |
Operation page form submission.
$form | Form for the page. |
$form_state | Form state for the page. |
$list | List we are generating the page for. |
Implements MailinglistOperationInterface.
Definition at line 233 of file MailinglistMembersOperation.class.php.
validate | ( | & | $form, |
& | $form_state, | ||
$list | |||
) |
Operation page form validation.
$form | Form for the page. |
$form_state | Form state for the page. |
$list | List we are generating the page for. |
Implements MailinglistOperationInterface.
Definition at line 223 of file MailinglistMembersOperation.class.php.