The Notification component abstract displays a single notification. Subclasses should implement the icon, href, and content methods.
Notification
icon
href
content
Get the content of the notification.
Get the excerpt of the notification.
Get the URL that the notification should link to.
Get the name of the icon that should be displayed in the notification.
The
Notificationcomponent abstract displays a single notification. Subclasses should implement theicon,href, andcontentmethods.