function PerformanceData::getCacheTagGroupedLookups

Same name and namespace in other branches
  1. main core/tests/Drupal/Tests/PerformanceData.php \Drupal\Tests\PerformanceData::getCacheTagGroupedLookups()

Gets the grouped cache tag lookups.

@

Return value

string[] Grouped cache tag lookups by query.

File

core/tests/Drupal/Tests/PerformanceData.php, line 408

Class

PerformanceData
Value object to store performance information collected from requests.

Namespace

Drupal\Tests

Code

public function getCacheTagGroupedLookups() : array {
  return $this->cacheTagGroupedLookups;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.