You are here

protected property VarDumper::$header1 in VarDumper 8

These are the pattern lines used in the header, before displaying the export.

Type: string

File

src/Plugin/Devel/Dumper/VarDumper.php, line 33

Class

VarDumper
Provides a Symfony VarDumper dumper plugin.

Namespace

Drupal\vardumper\Plugin\Devel\Dumper

Code

protected $header1 = '<em>Dump called from <strong>%s</strong>, line <strong>%d</strong> at <strong>%s</strong>.</em>';