You are here

public function ProductInterface::getCreatedTime in Commerce Core 8.2

Gets the product creation timestamp.

Return value

int The product creation timestamp.

1 method overrides ProductInterface::getCreatedTime()
Product::getCreatedTime in modules/product/src/Entity/Product.php
Gets the product creation timestamp.

File

modules/product/src/Entity/ProductInterface.php, line 40

Class

ProductInterface
Defines the interface for products.

Namespace

Drupal\commerce_product\Entity

Code

public function getCreatedTime();