You are here

public function SubscriptionInterface::getNextRenewalTime in Commerce Recurring Framework 8

Gets the next renewal timestamp.

Return value

int The next renewal timestamp.

1 method overrides SubscriptionInterface::getNextRenewalTime()
Subscription::getNextRenewalTime in src/Entity/Subscription.php
Gets the next renewal timestamp.

File

src/Entity/SubscriptionInterface.php, line 356

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function getNextRenewalTime();