public function SessionBagInterface::initialize

Initializes the Bag

Parameters

array $array:

4 methods override SessionBagInterface::initialize()
AttributeBag::initialize in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
Initializes the Bag
AutoExpireFlashBag::initialize in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php
Initializes the Bag
FlashBag::initialize in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
Initializes the Bag
MetadataBag::initialize in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
Initializes the Bag

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php, line 33

Class

SessionBagInterface
Session Bag store.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function initialize(array &$array);