public function HttpCache::getTraces in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/HttpCache/HttpCache.php \Symfony\Component\HttpKernel\HttpCache\HttpCache::getTraces()
Returns an array of events that took place during processing of the last request.
Return value
array An array of events
File
- vendor/
symfony/ http-kernel/ HttpCache/ HttpCache.php, line 113
Class
- HttpCache
- Cache provides HTTP caching.
Namespace
Symfony\Component\HttpKernel\HttpCacheCode
public function getTraces() {
return $this->traces;
}