interface MailinglistOperationInterface More...
Public Member Functions | |
MailinglistOperationInterface | |
isAvailable (MailinglistListInterface $list) | |
isAvailabie More... | |
hasPermission (MailinglistListInterface $list) | |
hasPermission(). More... | |
enabled (MailinglistListInterface $list) | |
Operation enabled on a list. More... | |
disabled (MailinglistListInterface $list) | |
Operation disabled on a list. 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... | |
interface MailinglistOperationInterface
Definition at line 10 of file MailinglistOperationInterface.php.
disabled | ( | MailinglistListInterface | $list | ) |
Operation disabled on a list.
called when a list has disabled an operation.
Implemented in MailinglistOperation.
enabled | ( | MailinglistListInterface | $list | ) |
Operation enabled on a list.
called when a list has enabled an operation.
Implemented in MailinglistOperation.
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. |
Implemented in MailinglistOperation, MailinglistArchiveOperation, MailinglistMembersOperation, MailinglistOptionsOperation, MailinglistSubscribeOperation, and MailinglistUnsubscribeOperation.
hasPermission | ( | MailinglistListInterface | $list | ) |
Implemented in MailinglistOperation.
isAvailable | ( | MailinglistListInterface | $list | ) |
isAvailabie
Implemented in MailinglistOperation.
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. |
Implemented in MailinglistArchiveOperation, MailinglistMembersOperation, MailinglistOperation, MailinglistOptionsOperation, MailinglistSubscribeOperation, and MailinglistUnsubscribeOperation.
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. |
Implemented in MailinglistArchiveOperation, MailinglistMembersOperation, MailinglistOperation, MailinglistOptionsOperation, MailinglistSubscribeOperation, and MailinglistUnsubscribeOperation.