You are here

public function SubscriptionInterface::getToken in Feeds 8.3

Returns the token that is used as part of the URL.

Return value

string The token used as part of the URL.

1 method overrides SubscriptionInterface::getToken()
Subscription::getToken in src/Entity/Subscription.php
Returns the token that is used as part of the URL.

File

src/SubscriptionInterface.php, line 60

Class

SubscriptionInterface
Provides an interface defining a feeds_subscription entity.

Namespace

Drupal\feeds

Code

public function getToken();