public function AutoExpireFlashBag::getName

Gets this bag's name

Return value

string

Overrides SessionBagInterface::getName

File

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

Class

AutoExpireFlashBag
AutoExpireFlashBag flash message container.

Namespace

Symfony\Component\HttpFoundation\Session\Flash

Code

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