/**
  * @param EntityId|null $entityId
  *
  * @return string HTML
  */
 private function getHtmlForLabelDescriptionAliasesEditSection(EntityId $entityId = null)
 {
     if ($this->sectionEditLinkGenerator === null) {
         return '';
     }
     return $this->sectionEditLinkGenerator->getLabelDescriptionAliasesEditSection($this->languageCode, $entityId);
 }