You are here

public function BundleInterface::getBundleItemIds in Commerce Product Bundle 8

Gets the bundle item IDs.

Return value

int[] The bundle item IDs.

1 method overrides BundleInterface::getBundleItemIds()
ProductBundle::getBundleItemIds in src/Entity/ProductBundle.php
Gets the bundle item IDs.

File

src/Entity/BundleInterface.php, line 159

Class

BundleInterface
Provides an interface for defining product bundle entities.

Namespace

Drupal\commerce_product_bundle\Entity

Code

public function getBundleItemIds();