public function BundleItemOrderItem::setCreatedTime in Commerce Product Bundle 8
File
- src/
Entity/ BundleItemOrderItem.php, line 59
Class
- BundleItemOrderItem
- Defines the Bundle Item Order Item entity.
Namespace
Drupal\commerce_product_bundle\EntityCode
public function setCreatedTime($timestamp) {
$this
->set('created', $timestamp);
return $this;
}