You are here

public function RequestDataCollector::getSessionAttributes 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::getSessionAttributes()

File

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

Class

RequestDataCollector
RequestDataCollector.

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

public function getSessionAttributes() {
  return $this->data['session_attributes'];
}