function DrupalDataCollectorInterface::getPanelSummary

Returns the string used in vertical tab summary.

Return value

string The panel summary.

21 methods override DrupalDataCollectorInterface::getPanelSummary()
AssetsDataCollector::getPanelSummary in webprofiler/src/DataCollector/AssetsDataCollector.php
Returns the string used in vertical tab summary.
BlocksDataCollector::getPanelSummary in webprofiler/src/DataCollector/BlocksDataCollector.php
Returns the string used in vertical tab summary.
CacheDataCollector::getPanelSummary in webprofiler/src/DataCollector/CacheDataCollector.php
Returns the string used in vertical tab summary.
ConfigDataCollector::getPanelSummary in webprofiler/src/DataCollector/ConfigDataCollector.php
Returns the string used in vertical tab summary.
DatabaseDataCollector::getPanelSummary in webprofiler/src/DataCollector/DatabaseDataCollector.php
Returns the string used in vertical tab summary.

... See full list

File

webprofiler/src/DrupalDataCollectorInterface.php, line 32

Class

DrupalDataCollectorInterface
Interface DrupalDataCollectorInterface.

Namespace

Drupal\webprofiler

Code

public function getPanelSummary();