public function SessionBagInterface::getStorageKey

Gets the storage key for this bag.

Return value

string

4 methods override SessionBagInterface::getStorageKey()
AttributeBag::getStorageKey in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
Gets the storage key for this bag.
AutoExpireFlashBag::getStorageKey in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php
Gets the storage key for this bag.
FlashBag::getStorageKey in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
Gets the storage key for this bag.
MetadataBag::getStorageKey in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
Gets the storage key for this bag.

File

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

Class

SessionBagInterface
Session Bag store.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function getStorageKey();