public function FlashBagInterface::all

Gets and clears flashes from the stack.

Return value

array

2 methods override FlashBagInterface::all()
AutoExpireFlashBag::all in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php
Gets and clears flashes from the stack.
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/FlashBagInterface.php, line 71

Class

FlashBagInterface
FlashBagInterface.

Namespace

Symfony\Component\HttpFoundation\Session\Flash

Code

public function all();