function 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 609

Class

ctools_export_ui
Base class for export UI.

Code

public function list_header($form_state) {
}