Mailinglist
 All Data Structures Files Functions Variables Pages
MailinglistOperationInterface.php
Go to the documentation of this file.
1 <?php
21  function isAvailable(MailinglistListInterface $list);
22 
29 
36  function enabled(MailinglistListInterface $list);
37 
44  function disabled(MailinglistListInterface $list);
45 
53  function form(&$form, &$form_state, $list);
54 
62  function validate(&$form, &$form_state, $list);
63 
71  function submit(&$form, &$form_state, $list);
73 
74 };
validate(&$form, &$form_state, $list)
Operation page form validation.
enabled(MailinglistListInterface $list)
Operation enabled on a list.
Interface to a mailing list.
form(&$form, &$form_state, $list)
Operation page form generation.
submit(&$form, &$form_state, $list)
Operation page form submission.
isAvailable(MailinglistListInterface $list)
isAvailabie
interface MailinglistOperationInterface
hasPermission(MailinglistListInterface $list)
hasPermission().
disabled(MailinglistListInterface $list)
Operation disabled on a list.