MCPcopy Create free account
hub / github.com/Rello/analytics / getName

Method getName

lib/Notification/Notifier.php:63–66  ·  view source on GitHub ↗

* Human readable name describing the notifier * * @return string * @since 17.0.0 */

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

tMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected