public function PriceListItemInterface::getCreatedTime in Commerce Pricelist 8
Gets the price list item creation timestamp.
Return value
int Creation timestamp of the price list item.
1 method overrides PriceListItemInterface::getCreatedTime()
- PriceListItem::getCreatedTime in src/
Entity/ PriceListItem.php - Gets the price list item creation timestamp.
File
- src/
Entity/ PriceListItemInterface.php, line 59
Class
- PriceListItemInterface
- Defines the interface for price list items.
Namespace
Drupal\commerce_pricelist\EntityCode
public function getCreatedTime();