You are here

public function PriceListInterface::setCreatedTime in Commerce Pricelist 8

Sets the price list creation timestamp.

Parameters

int $timestamp: The price list creation timestamp.

Return value

\Drupal\commerce_pricelist\Entity\PriceListInterface The called price list entity.

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

File

src/Entity/PriceListInterface.php, line 62

Class

PriceListInterface
Provides an interface for defining price list entities.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function setCreatedTime($timestamp);