You are here

public function SubscriptionInterface::getRenewedTime in Commerce Recurring Framework 8

Gets the renewal timestamp.

Return value

int The renewal timestamp.

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

File

src/Entity/SubscriptionInterface.php, line 382

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function getRenewedTime();