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 MailinglistSubscribeOperation.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. |
Implements MailinglistOperationInterface.
Definition at line 25 of file MailinglistSubscribeOperation.class.php.
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 51 of file MailinglistSubscribeOperation.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 38 of file MailinglistSubscribeOperation.class.php.