route; } public function getId(): string { return $this->id; } public function getLabel(): string { return $this->label; } public function getReportIcon(): string { return $this->reportIcon; } public function getTranslationDomain(): string { return $this->translationDomain; } }