l->t('You have a file to sign'); } /** * {@inheritdoc} */ public function getGroupIdentifier(): string { return 'other'; } /** * {@inheritdoc} */ public function getGroupName(): string { return $this->l->t('Other activities'); } /** * {@inheritdoc} */ public function getPriority(): int { return 51; } /** * {@inheritdoc} */ public function canChangeNotification(): bool { return true; } /** * {@inheritdoc} */ public function canChangeMail() { return true; } /** * {@inheritdoc} */ public function isDefaultEnabledMail() { return true; } /** * {@inheritdoc} */ public function isDefaultEnabledNotification(): bool { return true; } }