Sets the title.
string|\Drupal\Core\StringTranslation\TranslatableMarkup $title: The title.
$this
public function setTitle($title) { $this->title = $title; return $this; }