You are here

function _mailhandler_mailbox_test in Mailhandler 7.2

Same name and namespace in other branches
  1. 6.2 mailhandler.module \_mailhandler_mailbox_test()

Wrapper function for _mailhandler_mailbox_test_output().

1 string reference to '_mailhandler_mailbox_test'
mailhandler_mailbox_ui::edit_form in plugins/ctools/export_ui/mailhandler_mailbox_ui.class.php
Implements ctools_export_ui::edit_form().

File

./mailhandler.module, line 292
Retrieves email for posting as nodes and comments.

Code

function _mailhandler_mailbox_test($form, &$form_state) {
  $mailbox = (object) $form_state['values'];
  return _mailhandler_mailbox_test_output($mailbox);
}