public function SubscriptionInterface::getEndTime in Commerce Recurring Framework 8
Gets the end timestamp.
Return value
int The end timestamp.
1 method overrides SubscriptionInterface::getEndTime()
- Subscription::getEndTime in src/
Entity/ Subscription.php - Gets the end timestamp.
File
- src/
Entity/ SubscriptionInterface.php, line 470
Class
- SubscriptionInterface
- Defines the interface for subscriptions.
Namespace
Drupal\commerce_recurring\EntityCode
public function getEndTime();