public function FlashBag::setAll

Sets all flash messages.

Overrides FlashBagInterface::setAll

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php, line 130

Class

FlashBag
FlashBag flash message container.

Namespace

Symfony\Component\HttpFoundation\Session\Flash

Code

public function setAll(array $messages) {
  $this->flashes = $messages;
}