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\DebugMessageFormatterCode
public function formatStats(TransferStats $stats) : string {
return '';
}