l = $l; $this->urlGenerator = $urlGenerator; } public function getID(): string { return 'globalquota'; } public function getName(): string { return $this->l->t('Global Quota'); } public function getPriority(): int { return 75; } public function getIcon(): string { return $this->urlGenerator->imagePath('globalquota', 'app-dark.svg'); } }