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\DataCollector

Code

public function getBlockCount() {
    return $this->getComputedData('block_count');
}