Overrides FlashBagInterface::peekAll
public function peekAll() : array { return \array_key_exists('display', $this->flashes) ? $this->flashes['display'] : []; }