Mailinglist
 All Data Structures Files Functions Variables Pages
MailinglistOperation.inc
Go to the documentation of this file.
1 <?php
7 $plugin = array(
8  'hidden' => TRUE,
9  'handler' => array(
10  'class' => 'MailinglistOperation',
11  ),
12  'file' => 'MailinglistOperation.class.php',
13 );