Sets the description of the layout definition.
string|\Drupal\Core\StringTranslation\TranslatableMarkup $description: The description of the layout definition.
$this
public function setDescription($description) { $this->description = $description; return $this; }