You are here

public function PushNotificationInterface::getTitle in Push Notifications 8

Returns the entity push notification title.

Return value

string The title.

1 method overrides PushNotificationInterface::getTitle()
PushNotification::getTitle in src/Entity/PushNotification.php
Returns the entity push notification title.

File

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

Class

PushNotificationInterface
Provides an interface defining a push_notification entity.

Namespace

Drupal\push_notifications

Code

public function getTitle();