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