You are here

public function Drupal::header in Forena Reports 8

Default implementation to put in content type based headers.

Overrides DocumentBase::header

File

src/FrxPlugin/Document/Drupal.php, line 21
Drupal.inc Standard web document manager @author metzlerd

Class

Drupal
Provides Drupal Rendering in a themed drupal page.

Namespace

Drupal\forena\FrxPlugin\Document

Code

public function header() {
  $this->write_buffer = '';
}