You are here

public function CouponInterface::getCreatedTime in Commerce Core 8.2

Gets the coupon creation timestamp.

Return value

int Creation timestamp of the coupon.

1 method overrides CouponInterface::getCreatedTime()
Coupon::getCreatedTime in modules/promotion/src/Entity/Coupon.php
Gets the coupon creation timestamp.

File

modules/promotion/src/Entity/CouponInterface.php, line 54

Class

CouponInterface
Provides an interface for defining coupon entities.

Namespace

Drupal\commerce_promotion\Entity

Code

public function getCreatedTime();