public function AttributeBag::getName

Gets this bag's name

Return value

string

Overrides SessionBagInterface::getName

File

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

Class

AttributeBag
This class relates to session attribute storage

Namespace

Symfony\Component\HttpFoundation\Session\Attribute

Code

public function getName() {
  return $this->name;
}