Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SessionBagInterface.php

function SessionBagInterface::getStorageKey

Gets the storage key for this bag.

5 methods override SessionBagInterface::getStorageKey()
AttributeBag::getStorageKey in vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
Gets the storage key for this bag.
AutoExpireFlashBag::getStorageKey in vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php
Gets the storage key for this bag.
FlashBag::getStorageKey in vendor/symfony/http-foundation/Session/Flash/FlashBag.php
Gets the storage key for this bag.
MetadataBag::getStorageKey in vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
Gets the storage key for this bag.
SessionBagProxy::getStorageKey in vendor/symfony/http-foundation/Session/SessionBagProxy.php
Gets the storage key for this bag.

File

vendor/symfony/http-foundation/Session/SessionBagInterface.php, line 34

Class

SessionBagInterface
Session Bag store.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function getStorageKey() : string;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal