You are here

public function SubscriptionInterface::getTrialStartTime in Commerce Recurring Framework 8

Gets the trial start timestamp.

Return value

int The trial start timestamp.

1 method overrides SubscriptionInterface::getTrialStartTime()
Subscription::getTrialStartTime in src/Entity/Subscription.php
Gets the trial start timestamp.

File

src/Entity/SubscriptionInterface.php, line 400

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function getTrialStartTime();