You are here

public function BundleItemOrderItemInterface::getPurchasedEntityId in Commerce Product Bundle 8

Gets the purchased entity ID.

Return value

int The purchased entity ID.

1 method overrides BundleItemOrderItemInterface::getPurchasedEntityId()
BundleItemOrderItem::getPurchasedEntityId in src/Entity/BundleItemOrderItem.php
Gets the purchased entity ID.

File

src/Entity/BundleItemOrderItemInterface.php, line 37

Class

BundleItemOrderItemInterface
Provides an interface for defining Bundle Item Order Item entities.

Namespace

Drupal\commerce_product_bundle\Entity

Code

public function getPurchasedEntityId();