You are here

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

src/PushNotificationInterface.php, line 40
Drupal\push_notifications\PushNotificationInterface.

Class

PushNotificationInterface
Provides an interface defining a push_notification entity.

Namespace

Drupal\push_notifications

Code

public function getMessage();