public function Session::getFlashBag

Gets the flashbag interface.

Return value

FlashBagInterface

File

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

Class

Session
Session.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function getFlashBag() {
  return $this
    ->getBag($this->flashName);
}