l = $l; $this->urlGenerator = $urlGenerator; } /** * @return string The section ID */ public function getID(): string { return 'astrolabe'; } /** * @return string The translated section name */ public function getName(): string { return $this->l->t('Astrolabe'); } /** * @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('astrolabe', 'app-dark.svg'); } }