You are here

public function CurlCommandFormatter::formatStats in Apigee Edge 8

Formats stats object.

Parameters

\GuzzleHttp\TransferStats $stats: Transfer statistics.

Return value

string Formatted output.

Overrides DebugMessageFormatterPluginBase::formatStats

File

modules/apigee_edge_debug/src/Plugin/DebugMessageFormatter/CurlCommandFormatter.php, line 50

Class

CurlCommandFormatter
CURL command message formatter plugin.

Namespace

Drupal\apigee_edge_debug\Plugin\DebugMessageFormatter

Code

public function formatStats(TransferStats $stats) : string {
  return '';
}