You are here

public function SessionStorageInterface::getMetadataBag in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php \Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface::getMetadataBag()

Return value

MetadataBag

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\Storage

Code

public function getMetadataBag();