public function FlashBagInterface::setAll 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::setAll()
Sets all flash messages.
2 methods override FlashBagInterface::setAll()
- AutoExpireFlashBag::setAll in vendor/
symfony/ http-foundation/ Session/ Flash/ AutoExpireFlashBag.php - Sets all flash messages.
- FlashBag::setAll in vendor/
symfony/ http-foundation/ Session/ Flash/ FlashBag.php - Sets all flash messages.
File
- vendor/
symfony/ http-foundation/ Session/ Flash/ FlashBagInterface.php, line 76
Class
- FlashBagInterface
- FlashBagInterface.
Namespace
Symfony\Component\HttpFoundation\Session\FlashCode
public function setAll(array $messages);