public function AttributeBag::all

Returns attributes.

Return value

array Attributes

Overrides AttributeBagInterface::all

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/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;
}