Gets the MetadataBag.
Return value
MetadataBag
Overrides SessionStorageInterface::getMetadataBag
File
- drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php, line 290
Class
- NativeSessionStorage
- This provides a base class for session attribute storage.
Namespace
Symfony\Component\HttpFoundation\Session\Storage
Code
public function getMetadataBag() {
return $this->metadataBag;
}