function PerformanceData::getCacheOperations

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

Gets the cache operations.

Return value

string[][] List of cids keyed by operation and bin.

File

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

Class

PerformanceData
Value object to store performance information collected from requests.

Namespace

Drupal\Tests

Code

public function getCacheOperations() : array {
  return $this->cacheOperations;
}

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