l = $l; $this->urlGenerator = $urlGenerator; } /** * @return string The section ID */ public function getID(): string { return 'astroglobe'; } /** * @return string The translated section name */ public function getName(): string { return $this->l->t('Astroglobe'); } /** * @return int Priority (lower = higher up in list) */ public function getPriority(): int { return 80; } /** * @return string Section icon (SVG or image URL) */ public function getIcon(): string { return $this->urlGenerator->imagePath('astroglobe', 'app.svg'); } }