public function SessionStorageInterface::getMetadataBag

Return value

MetadataBag

2 methods override SessionStorageInterface::getMetadataBag()
MockArraySessionStorage::getMetadataBag in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php
Gets the MetadataBag.
NativeSessionStorage::getMetadataBag in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
Gets the MetadataBag.

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php, line 145

Class

SessionStorageInterface
StorageInterface.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

public function getMetadataBag();