public function FlashBagInterface::all in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\FlashCode
public function all();