You are here

public function PushNotificationInterface::getTokenId in Push Notifications 8

Returns the entity push notification token id for this push notification.

Return value

integer The token id related for this entity.

1 method overrides PushNotificationInterface::getTokenId()
PushNotification::getTokenId in src/Entity/PushNotification.php
Returns the entity push notification token id for this push notification.

File

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

Class

PushNotificationInterface
Provides an interface defining a push_notification entity.

Namespace

Drupal\push_notifications

Code

public function getTokenId();