function SessionStorageInterface::getMetadataBag
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 115
Class
- SessionStorageInterface
- StorageInterface.
Namespace
Symfony\Component\HttpFoundation\Session\StorageCode
public function getMetadataBag() : MetadataBag;