public function MetadataBag::getName in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Session/Storage/MetadataBag.php \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag::getName()
Gets this bag's name.
Return value
string
Overrides SessionBagInterface::getName
File
- vendor/
symfony/ http-foundation/ Session/ Storage/ MetadataBag.php, line 149
Class
- MetadataBag
- Metadata container.
Namespace
Symfony\Component\HttpFoundation\Session\StorageCode
public function getName() {
return $this->name;
}