function Messenger::all
Gets all messages.
Return value
string[][]|\Drupal\Component\Render\MarkupInterface[][] Keys are message types and values are indexed arrays of messages. Message types are either self::TYPE_STATUS, self::TYPE_WARNING, or self::TYPE_ERROR.
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.