public function AutoExpireFlashBag::getStorageKey

Gets the storage key for this bag.

Return value

string

Overrides SessionBagInterface::getStorageKey

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php, line 164

Class

AutoExpireFlashBag
AutoExpireFlashBag flash message container.

Namespace

Symfony\Component\HttpFoundation\Session\Flash

Code

public function getStorageKey() {
  return $this->storageKey;
}