You are here

public function PriceListInterface::getCreatedTime in Commerce Pricelist 8

Gets the price list creation timestamp.

Return value

int Creation timestamp of the price list.

1 method overrides PriceListInterface::getCreatedTime()
PriceList::getCreatedTime in src/Entity/PriceList.php
Gets the price list creation timestamp.

File

src/Entity/PriceListInterface.php, line 51

Class

PriceListInterface
Provides an interface for defining price list entities.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function getCreatedTime();