You are here

public function SubscriptionInterface::getExpire in Feeds 8.3

Returns a timestamp of when the subscription expires.

Return value

int The UNIX timestamp when the subscription expires.

1 method overrides SubscriptionInterface::getExpire()
Subscription::getExpire in src/Entity/Subscription.php
Returns a timestamp of when the subscription expires.

File

src/SubscriptionInterface.php, line 28

Class

SubscriptionInterface
Provides an interface defining a feeds_subscription entity.

Namespace

Drupal\feeds

Code

public function getExpire();