Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. HtmlDumper.php

function HtmlDumper::setDumpHeader

Sets an HTML header that will be dumped once in the output stream.

File

vendor/symfony/var-dumper/Dumper/HtmlDumper.php, line 116

Class

HtmlDumper
HtmlDumper dumps variables as HTML.

Namespace

Symfony\Component\VarDumper\Dumper

Code

public function setDumpHeader(?string $header) : void {
    $this->dumpHeader = $header;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal