Search for header
Title | Object type | File name | Summary |
---|---|---|---|
header.html | file | help/ |
|
view::$header | property | includes/ |
Stores the area handlers for the header which are initialized on this view. |
views_plugin_cache::gather_headers | function | plugins/ |
Gather out of band data, compare it to what we started with and store the difference. |
views_plugin_cache::restore_headers | function | plugins/ |
Restore out of band data saved to cache. Copied from Panels. |
views_plugin_display::render_header | function | plugins/ |
Legacy functions. |
views_plugin_query_default::$header | property | plugins/ |
The table header to use for tablesort. This matters because tablesort needs to modify the query and needs the header. |
views_plugin_query_default::set_header | function | plugins/ |
Set the table header; used for click-sorting because it's needed info to modify the ORDER BY clause. |