function PerformanceData::setCacheTagGroupedLookups
Same name and namespace in other branches
- main core/tests/Drupal/Tests/PerformanceData.php \Drupal\Tests\PerformanceData::setCacheTagGroupedLookups()
Sets the grouped cache tag lookups.
Parameters
string[] $groupedLookups: Grouped cache tag lookups by query.
File
-
core/
tests/ Drupal/ Tests/ PerformanceData.php, line 398
Class
- PerformanceData
- Value object to store performance information collected from requests.
Namespace
Drupal\TestsCode
public function setCacheTagGroupedLookups(array $groupedLookups) : void {
$this->cacheTagGroupedLookups = $groupedLookups;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.