You are here

public function DebuggerInterface::extractRequestInfo in Acquia Purge 8

Extract information from a request.

Parameters

\Psr\Http\Message\RequestInterface $request: The HTTP request object.

bool $body_title: Whether the request body should be a titled array key.

Return value

string[] Tabular information which could be fed to ::writeTable().

1 method overrides DebuggerInterface::extractRequestInfo()
Debugger::extractRequestInfo in src/Plugin/Purge/Purger/Debugger.php
Extract information from a request.

File

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

Class

DebuggerInterface
Describes a centralized debugger for Acquia purger plugins.

Namespace

Drupal\acquia_purge\Plugin\Purge\Purger

Code

public function extractRequestInfo(RequestInterface $request, $body_title = FALSE);