Mailinglist
 All Data Structures Files Functions Variables Pages
MailinglistOperation.class.php
Go to the documentation of this file.
1 <?php
22  return TRUE;
23  }
24 
29  return user_access('mailinglist ' . $list->admin_name . ' ' . $this->plugin['key']);
30  }
31 
36  }
37 
42  }
43 
51  function form(&$form, &$form_state, $list) {
52  }
53 
61  function validate(&$form, &$form_state, $list) {
62  }
63 
71  function submit(&$form, &$form_state, $list) {
72  }
73 
75 }
validate(&$form, &$form_state, $list)
Operation page form validation.
form(&$form, &$form_state, $list)
Operation page form generation.
submit(&$form, &$form_state, $list)
Operation page form submission.
disabled(MailinglistListInterface $list)
Implements MailinglistOperationInterface::disabled().
Interface to a mailing list.
Base Class for Mailinglist extensions.
interface MailinglistOperationInterface
hasPermission(MailinglistListInterface $list)
Implements MailinglistOperationInterface::hasPermission().
enabled(MailinglistListInterface $list)
Implements MailinglistOperationInterface::enabled().
isAvailable(MailinglistListInterface $list)
Implements MailinglistOperationInterface::isAvailable().