You are here

public function SubscriptionInterface::setCreatedTime in Commerce Recurring Framework 8

Sets the created timestamp.

Parameters

int $timestamp: The created timestamp.

Return value

$this

1 method overrides SubscriptionInterface::setCreatedTime()
Subscription::setCreatedTime in src/Entity/Subscription.php
Sets the created timestamp.

File

src/Entity/SubscriptionInterface.php, line 348

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function setCreatedTime($timestamp);