You are here

public function FlashBagInterface::all in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php \Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface::all()

Gets and clears flashes from the stack.

Return value

array

2 methods override FlashBagInterface::all()
AutoExpireFlashBag::all in vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php
Gets and clears flashes from the stack.
FlashBag::all in vendor/symfony/http-foundation/Session/Flash/FlashBag.php
Gets and clears flashes from the stack.

File

vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php, line 71

Class

FlashBagInterface
FlashBagInterface.

Namespace

Symfony\Component\HttpFoundation\Session\Flash

Code

public function all();