function Messenger::__construct
Messenger constructor.
Parameters
\Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface $flash_bag: The flash bag.
\Drupal\Core\PageCache\ResponsePolicy\KillSwitch $killSwitch: The kill switch.
File
- 
              core/
lib/ Drupal/ Core/ Messenger/ Messenger.php, line 37  
Class
- Messenger
 - The messenger service.
 
Namespace
Drupal\Core\MessengerCode
public function __construct(FlashBagInterface $flash_bag, KillSwitch $killSwitch) {
  $this->flashBag = $flash_bag;
  $this->killSwitch = $killSwitch;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.