You are here

function ctools_export_ui::list_header in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 plugins/export_ui/ctools_export_ui.class.php \ctools_export_ui::list_header()

Render a header to go before the list.

This will appear after the filter/sort widgets.

1 call to ctools_export_ui::list_header()
ctools_export_ui::list_page in plugins/export_ui/ctools_export_ui.class.php
Master entry point for handling a list.

File

plugins/export_ui/ctools_export_ui.class.php, line 595

Class

ctools_export_ui
Base class for export UI.

Code

function list_header($form_state) {
}