function SessionBagInterface::getName
Gets this bag's name.
5 methods override SessionBagInterface::getName()
- AttributeBag::getName in vendor/
symfony/ http-foundation/ Session/ Attribute/ AttributeBag.php - Gets this bag's name.
- AutoExpireFlashBag::getName in vendor/
symfony/ http-foundation/ Session/ Flash/ AutoExpireFlashBag.php - Gets this bag's name.
- FlashBag::getName in vendor/
symfony/ http-foundation/ Session/ Flash/ FlashBag.php - Gets this bag's name.
- MetadataBag::getName in vendor/
symfony/ http-foundation/ Session/ Storage/ MetadataBag.php - Gets this bag's name.
- SessionBagProxy::getName in vendor/
symfony/ http-foundation/ Session/ SessionBagProxy.php - Gets this bag's name.
File
-
vendor/
symfony/ http-foundation/ Session/ SessionBagInterface.php, line 24
Class
- SessionBagInterface
- Session Bag store.
Namespace
Symfony\Component\HttpFoundation\SessionCode
public function getName() : string;