You are here

public function PushNotificationsTokenInterface::getToken in Push Notifications 8

Returns the entity token.

Return value

string The token for this entity.

1 method overrides PushNotificationsTokenInterface::getToken()
PushNotificationsToken::getToken in src/Entity/PushNotificationsToken.php
Returns the entity token.

File

src/PushNotificationsTokenInterface.php, line 34
Contains \Drupal\push_notifications\TokenInterface.

Class

PushNotificationsTokenInterface
Provides an interface defining a token entity.

Namespace

Drupal\push_notifications

Code

public function getToken();