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
Class
- PushNotificationInterface
- Provides an interface defining a push_notification entity.
Namespace
Drupal\push_notificationsCode
public function getTitle();