You are here

public function DrupalDataCollectorInterface::getPanelSummary in Devel 8.3

Same name and namespace in other branches
  1. 8 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getPanelSummary()
  2. 8.2 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getPanelSummary()
  3. 4.x webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\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();