function Messenger::all
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Messenger/Messenger.php \Drupal\Core\Messenger\Messenger::all()
- 10 core/lib/Drupal/Core/Messenger/Messenger.php \Drupal\Core\Messenger\Messenger::all()
- 11.x core/lib/Drupal/Core/Messenger/Messenger.php \Drupal\Core\Messenger\Messenger::all()
Overrides MessengerInterface::all
File
-
core/
lib/ Drupal/ Core/ Messenger/ Messenger.php, line 86
Class
- Messenger
- The messenger service.
Namespace
Drupal\Core\MessengerCode
public function all() {
return $this->flashBag
->peekAll();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.