Search for header

  1. Search 7.x-3.x for header
  2. Other projects
Title Object type File name Summary
header.html file help/header.html
view::$header property includes/view.inc Stores the area handlers for the header which are initialized on this view.
views_plugin_cache::gather_headers function plugins/views_plugin_cache.inc Gather out of band data, compare it to what we started with and store the difference.
views_plugin_cache::restore_headers function plugins/views_plugin_cache.inc Restore out of band data saved to cache. Copied from Panels.
views_plugin_display::render_header function plugins/views_plugin_display.inc Legacy functions.
views_plugin_query_default::$header property plugins/views_plugin_query_default.inc 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/views_plugin_query_default.inc Set the table header; used for click-sorting because it's needed
info to modify the ORDER BY clause.