public function SubscriptionInterface::getCreatedTime in Commerce Recurring Framework 8
Gets the created timestamp.
Return value
int The created timestamp.
1 method overrides SubscriptionInterface::getCreatedTime()
- Subscription::getCreatedTime in src/
Entity/ Subscription.php - Gets the created timestamp.
File
- src/
Entity/ SubscriptionInterface.php, line 338
Class
- SubscriptionInterface
- Defines the interface for subscriptions.
Namespace
Drupal\commerce_recurring\EntityCode
public function getCreatedTime();