function views_plugin_display::render_header

Same name in other branches
  1. 7.x-3.x plugins/views_plugin_display.inc \views_plugin_display::render_header()

Legacy functions.

File

plugins/views_plugin_display.inc, line 2399

Class

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

Code

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