public function PushNotificationInterface::getMessage in Push Notifications 8
Returns the entity push notification message.
Return value
string The push notification message.
1 method overrides PushNotificationInterface::getMessage()
- PushNotification::getMessage in src/
Entity/ PushNotification.php - Returns the entity push notification message.
File
Class
- PushNotificationInterface
- Provides an interface defining a push_notification entity.
Namespace
Drupal\push_notificationsCode
public function getMessage();