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\EntityCode
public function setCreatedTime($timestamp);