You are here

public function DebuggerInterface::writeTitle in Acquia Purge 8

Write a header title.

Parameters

string $title: Title to render in the center of the string buffer.

bool $top: Whether to include a top separator line.

bool $bottom: Whether to include a bottom separator line.

Throws

\LogicException Thrown when the debugger isn't enabled.

1 method overrides DebuggerInterface::writeTitle()
Debugger::writeTitle in src/Plugin/Purge/Purger/Debugger.php
Write a header title.

File

src/Plugin/Purge/Purger/DebuggerInterface.php, line 147

Class

DebuggerInterface
Describes a centralized debugger for Acquia purger plugins.

Namespace

Drupal\acquia_purge\Plugin\Purge\Purger

Code

public function writeTitle($title, $top = TRUE, $bottom = TRUE);