public function SubscriptionInterface::setNextRenewalTime in Commerce Recurring Framework 8
Sets the next renewal timestamp.
Parameters
int $timestamp: The next renewal timestamp.
Return value
$this
1 method overrides SubscriptionInterface::setNextRenewalTime()
- Subscription::setNextRenewalTime in src/
Entity/ Subscription.php - Sets the next renewal timestamp.
File
- src/
Entity/ SubscriptionInterface.php, line 366
Class
- SubscriptionInterface
- Defines the interface for subscriptions.
Namespace
Drupal\commerce_recurring\EntityCode
public function setNextRenewalTime($timestamp);