function views_plugin_display::render_header

Render the header of the view.

File

plugins/views_plugin_display.inc, line 2771

Class

views_plugin_display
The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods.

Code

public function render_header() {
    $empty = !empty($this->view->result);
    return $this->render_area('header', $empty);
}