You are here

public function SubscriptionInterface::getStartTime in Commerce Recurring Framework 8

Gets the start timestamp.

Return value

int The start timestamp.

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

File

src/Entity/SubscriptionInterface.php, line 452

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function getStartTime();