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