You are here

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\Entity

Code

public function setCreatedTime($timestamp) {
  $this
    ->set('created', $timestamp);
  return $this;
}