You are here

MailhandlerCommands.inc in Mailhandler 6.2

Same filename and directory in other branches
  1. 7.2 plugins/mailhandler/commands/MailhandlerCommands.inc

File

plugins/mailhandler/commands/MailhandlerCommands.inc
View source
<?php

/**
 * @file
 * MailhandlerCommands class.
 */
$plugin = array(
  'hidden' => TRUE,
  'handler' => array(
    'class' => 'MailhandlerCommands',
  ),
);