public function FlashBag::peekAll

Gets all flash messages.

Return value

array

Overrides FlashBagInterface::peekAll

1 call to FlashBag::peekAll()
FlashBag::all in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
Gets and clears flashes from the stack.

File

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

Class

FlashBag
FlashBag flash message container.

Namespace

Symfony\Component\HttpFoundation\Session\Flash

Code

public function peekAll() {
  return $this->flashes;
}