You are here

public function ctools_export_ui::list_header in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 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 608

Class

ctools_export_ui
Base class for export UI.

Code

public function list_header($form_state) {
}