You are here

public function FlashBagInterface::setAll 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::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\Flash

Code

public function setAll(array $messages);