You are here

public function PromotionInterface::getCreatedTime in Commerce Core 8.2

Gets the promotion creation timestamp.

Return value

int Creation timestamp of the promotion.

1 method overrides PromotionInterface::getCreatedTime()
Promotion::getCreatedTime in modules/promotion/src/Entity/Promotion.php
Gets the promotion creation timestamp.

File

modules/promotion/src/Entity/PromotionInterface.php, line 440

Class

PromotionInterface
Defines the interface for promotions.

Namespace

Drupal\commerce_promotion\Entity

Code

public function getCreatedTime();