You are here

function mailhandler_mailbox_ui::list_header in Mailhandler 6.2

Same name and namespace in other branches
  1. 7.2 plugins/ctools/export_ui/mailhandler_mailbox_ui.class.php \mailhandler_mailbox_ui::list_header()

Render a header to go before the list.

This will appear after the filter/sort widgets.

Overrides ctools_export_ui::list_header

File

plugins/ctools/export_ui/mailhandler_mailbox_ui.class.php, line 207
Definition of mailhandler_mailbox_ui class.

Class

mailhandler_mailbox_ui
Represents an email mailbox (IMAP, POP3, etc...).

Code

function list_header($form_state) {
  if (isset($form_state['input']['test_result'])) {
    return $form_state['input']['test_result'];
  }
}