public function SubscriptionInterface::getStartDate in Commerce Recurring Framework 8
Gets the start timestamp as a DrupalDateTime object.
Return value
\Drupal\Core\Datetime\DrupalDateTime The start date/time.
1 method overrides SubscriptionInterface::getStartDate()
- Subscription::getStartDate in src/
Entity/ Subscription.php - Gets the start timestamp as a DrupalDateTime object.
File
- src/
Entity/ SubscriptionInterface.php, line 488
Class
- SubscriptionInterface
- Defines the interface for subscriptions.
Namespace
Drupal\commerce_recurring\EntityCode
public function getStartDate();