public function BundleItemInterface::getCreatedTime in Commerce Product Bundle 8
Gets the product bundle item creation timestamp.
Return value
int Creation timestamp of the product bundle item.
1 method overrides BundleItemInterface::getCreatedTime()
- ProductBundleItem::getCreatedTime in src/
Entity/ ProductBundleItem.php - Gets the product bundle item creation timestamp.
File
- src/
Entity/ BundleItemInterface.php, line 62
Class
- BundleItemInterface
- Provides an interface for defining product bundle item entities.
Namespace
Drupal\commerce_product_bundle\EntityCode
public function getCreatedTime();