function ThemeDataCollector::getBlockCount
Return value
mixed
1 call to ThemeDataCollector::getBlockCount()
- ThemeDataCollector::getData in webprofiler/
src/ DataCollector/ ThemeDataCollector.php
File
-
webprofiler/
src/ DataCollector/ ThemeDataCollector.php, line 125
Class
- ThemeDataCollector
- Class ThemeDataCollector
Namespace
Drupal\webprofiler\DataCollectorCode
public function getBlockCount() {
return $this->getComputedData('block_count');
}