public function HttpCache::getTraces

Returns an array of events that took place during processing of the last request.

Return value

array An array of events

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php, line 115

Class

HttpCache
Cache provides HTTP caching.

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function getTraces() {
  return $this->traces;
}