function RequestDataCollector::getPanelSummary

Overrides DrupalDataCollectorInterface::getPanelSummary

File

webprofiler/src/DataCollector/RequestDataCollector.php, line 74

Class

RequestDataCollector
Integrate _content into the RequestDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

public function getPanelSummary() {
    return $this->data['status_code'] . ' ' . $this->data['status_text'];
}