You are here

public function SessionInterface::getMetadataBag in Zircon Profile 8.0

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

Gets session meta.

Return value

MetadataBag

1 method overrides SessionInterface::getMetadataBag()
Session::getMetadataBag in vendor/symfony/http-foundation/Session/Session.php
Gets session meta.

File

vendor/symfony/http-foundation/Session/SessionInterface.php, line 181

Class

SessionInterface
Interface for the session.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function getMetadataBag();