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\SessionCode
public function getStorageKey() : string;