You are here

public function PriceListItemInterface::setCreatedTime in Commerce Pricelist 8

Sets the price list item creation timestamp.

Parameters

int $timestamp: The price list item creation timestamp.

  • @return $this.
1 method overrides PriceListItemInterface::setCreatedTime()
PriceListItem::setCreatedTime in src/Entity/PriceListItem.php
Sets the price list item creation timestamp.

File

src/Entity/PriceListItemInterface.php, line 69

Class

PriceListItemInterface
Defines the interface for price list items.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function setCreatedTime($timestamp);