You are here

public function TCPDFDrupal::Header in TCPDF 8

Sets the header of the document.

Return value

NULL

File

src/TCPDFDrupal.php, line 93
Contains \TCPDF\TCPDFDrupal.

Class

TCPDFDrupal
Do not create a new instance of this class manually. Use tcpdf_get_instance().

Namespace

Drupal\tcpdf

Code

public function Header() {
  if (!$this
    ->DrupalGenRunningSection($this->drupalHeader)) {
    return parent::Header();
  }
}