public function Session::getMetadataBag

Gets session meta.

Return value

MetadataBag

Overrides SessionInterface::getMetadataBag

File

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

Class

Session
Session.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function getMetadataBag() {
  return $this->storage
    ->getMetadataBag();
}