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