You are here

public function SubscriptionInterface::getTrialStartDate in Commerce Recurring Framework 8

Gets the trial start timestamp as a DrupalDateTime object.

Return value

\Drupal\Core\Datetime\DrupalDateTime The trial start date/time.

1 method overrides SubscriptionInterface::getTrialStartDate()
Subscription::getTrialStartDate in src/Entity/Subscription.php
Gets the trial start timestamp as a DrupalDateTime object.

File

src/Entity/SubscriptionInterface.php, line 436

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function getTrialStartDate();