public function SessionBagInterface::getName 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::getName()
Gets this bag's name.
Return value
string
4 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.
File
- vendor/
symfony/ http-foundation/ Session/ SessionBagInterface.php, line 26
Class
- SessionBagInterface
- Session Bag store.
Namespace
Symfony\Component\HttpFoundation\SessionCode
public function getName();