public function Session::getMetadataBag in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Session/Session.php \Symfony\Component\HttpFoundation\Session\Session::getMetadataBag()
Gets session meta.
Return value
MetadataBag
Overrides SessionInterface::getMetadataBag
File
- vendor/
symfony/ http-foundation/ Session/ Session.php, line 219
Class
- Session
- Session.
Namespace
Symfony\Component\HttpFoundation\SessionCode
public function getMetadataBag() {
return $this->storage
->getMetadataBag();
}