l = $l; $this->urlGenerator = $urlGenerator; } public function getIcon(): string { return $this->urlGenerator->imagePath('core', 'places/contacts.svg'); } public function getID(): string { return 'groupware'; } public function getName(): string { return $this->l->t('Groupware'); } public function getPriority(): int { return 50; } }