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. |
ViewsCacheTest::testHeaderStorage | function | tests/ |
Tests css/js storage and restoring mechanism. |
ViewsCacheTest::testHttpHeadersCaching | function | tests/ |
Check that HTTP headers are cached for views. |
views_plugin_cache::gather_headers | function | plugins/ |
Gather out of band data, compare it to the start data and store the diff. |
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/ |
Render the header of the view. |
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. |