You are here

public function AttributeBag::all in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php \Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::all()

Returns attributes.

Return value

array Attributes

Overrides AttributeBagInterface::all

File

vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php, line 97

Class

AttributeBag
This class relates to session attribute storage.

Namespace

Symfony\Component\HttpFoundation\Session\Attribute

Code

public function all() {
  return $this->attributes;
}