/**
  * {@inheritdoc}
  */
 public function addMessage($message, $type = self::STATUS, $repeat = FALSE)
 {
     $this->drupal7->drupal_set_message($message, $type, $repeat);
     return $this;
 }