You are here

public function SubscriptionInterface::setRenewedTime in Commerce Recurring Framework 8

Sets the renewal timestamp.

Parameters

int $timestamp: The renewal timestamp.

Return value

$this

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

File

src/Entity/SubscriptionInterface.php, line 392

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function setRenewedTime($timestamp);