You are here

MailhandlerCommandsDefault.inc in Mailhandler 6.2

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

File

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

/**
 * @file
 * MailhandlerCommandsDefault class.
 */
$plugin = array(
  'name' => 'Default commands processor',
  'description' => 'Default Mailhandler command parser and processor for nodes',
  'handler' => array(
    'class' => 'MailhandlerCommandsDefault',
    'parent' => 'MailhandlerCommands',
  ),
);