public function DrupalDataCollectorInterface::getPanelSummary in Devel 4.x
Same name and namespace in other branches
- 8.3 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getPanelSummary()
- 8 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getPanelSummary()
- 8.2 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.
File
- webprofiler/
src/ DrupalDataCollectorInterface.php, line 32
Class
- DrupalDataCollectorInterface
- Interface DrupalDataCollectorInterface.
Namespace
Drupal\webprofilerCode
public function getPanelSummary();