* Human readable name describing the notifier * * @return string * @since 17.0.0 */
()
| 61 | * @since 17.0.0 |
| 62 | */ |
| 63 | public function getName(): string |
| 64 | { |
| 65 | return $this->l10nFactory->get('analytics')->t('Announcements'); |
| 66 | } |
| 67 | |
| 68 | /** |
| 69 | * @param INotification $notification |