function PerformanceData::setCacheOperations
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/PerformanceData.php \Drupal\Tests\PerformanceData::setCacheOperations()
Sets the cache operations.
Parameters
string[][][] $cacheOperations: List of cids keyed by operation and bin.
Return value
void No return value.
File
-
core/
tests/ Drupal/ Tests/ PerformanceData.php, line 235
Class
- PerformanceData
- Value object to store performance information collected from requests.
Namespace
Drupal\TestsCode
public function setCacheOperations(array $cacheOperations) : void {
$this->cacheOperations = $cacheOperations;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.