l->t('ExApps Settings'); } /** * @inheritDoc */ public function getPriority(): int { return 40; } /** * @inheritDoc */ public function getIcon(): ?string { return $this->urlGenerator->imagePath(Application::APP_ID, 'app-dark.svg'); } }