public function SessionStorageInterface::getMetadataBag in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php \Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface::getMetadataBag()
Return value
2 methods override SessionStorageInterface::getMetadataBag()
- MockArraySessionStorage::getMetadataBag in vendor/
symfony/ http-foundation/ Session/ Storage/ MockArraySessionStorage.php - Gets the MetadataBag.
- NativeSessionStorage::getMetadataBag in vendor/
symfony/ http-foundation/ Session/ Storage/ NativeSessionStorage.php - Gets the MetadataBag.
File
- vendor/
symfony/ http-foundation/ Session/ Storage/ SessionStorageInterface.php, line 138
Class
- SessionStorageInterface
- StorageInterface.
Namespace
Symfony\Component\HttpFoundation\Session\StorageCode
public function getMetadataBag();