public function NativeSessionStorage::getMetadataBag in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage::getMetadataBag()
Gets the MetadataBag.
Return value
Overrides SessionStorageInterface::getMetadataBag
File
- vendor/
symfony/ http-foundation/ Session/ Storage/ NativeSessionStorage.php, line 303
Class
- NativeSessionStorage
- This provides a base class for session attribute storage.
Namespace
Symfony\Component\HttpFoundation\Session\StorageCode
public function getMetadataBag() {
return $this->metadataBag;
}