You are here

public function DebugMessageFormatterPluginInterface::formatStats in Apigee Edge 8

Formats stats object.

Parameters

\GuzzleHttp\TransferStats $stats: Transfer statistics.

Return value

string Formatted output.

1 method overrides DebugMessageFormatterPluginInterface::formatStats()
DebugMessageFormatterPluginBase::formatStats in modules/apigee_edge_debug/src/Plugin/DebugMessageFormatter/DebugMessageFormatterPluginBase.php
Formats stats object.

File

modules/apigee_edge_debug/src/Plugin/DebugMessageFormatter/DebugMessageFormatterPluginInterface.php, line 81

Class

DebugMessageFormatterPluginInterface
Defines an interface for debug message formatter plugins.

Namespace

Drupal\apigee_edge_debug\Plugin\DebugMessageFormatter

Code

public function formatStats(TransferStats $stats) : string;