public function SubscriptionInterface::getNextRenewalDate in Commerce Recurring Framework 8
Gets the next renewal timestamp as a DrupalDateTime object.
Return value
\Drupal\Core\Datetime\DrupalDateTime|null The next renewal date/time, or NULL if not known.
1 method overrides SubscriptionInterface::getNextRenewalDate()
- Subscription::getNextRenewalDate in src/
Entity/ Subscription.php - Gets the next renewal timestamp as a DrupalDateTime object.
File
- src/
Entity/ SubscriptionInterface.php, line 374
Class
- SubscriptionInterface
- Defines the interface for subscriptions.
Namespace
Drupal\commerce_recurring\EntityCode
public function getNextRenewalDate();