You are here

public function SubscriptionInterface::getTrialEndDate in Commerce Recurring Framework 8

Gets the trial end timestamp as a DrupalDateTime object.

Return value

\Drupal\Core\Datetime\DrupalDateTime|null The trial end date/time, or NULL if not yet known.

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

File

src/Entity/SubscriptionInterface.php, line 444

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function getTrialEndDate();