You are here

public function RequestDataCollector::getRequestAttributes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::getRequestAttributes()

File

vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php, line 199

Class

RequestDataCollector
RequestDataCollector.

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

public function getRequestAttributes() {
  return new ParameterBag($this->data['request_attributes']);
}