public function SessionBagInterface::getStorageKey in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Session/SessionBagInterface.php \Symfony\Component\HttpFoundation\Session\SessionBagInterface::getStorageKey()
Gets the storage key for this bag.
Return value
string
4 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.
File
- vendor/
symfony/ http-foundation/ Session/ SessionBagInterface.php, line 40
Class
- SessionBagInterface
- Session Bag store.
Namespace
Symfony\Component\HttpFoundation\SessionCode
public function getStorageKey();