You are here

public function BundleInterface::getBundleItems in Commerce Product Bundle 8

Returns the bundle items of that bundle.

Return value

\Drupal\commerce_product_bundle\Entity\BundleItemInterface[] The referenced bundle items of this product bundle.

1 method overrides BundleInterface::getBundleItems()
ProductBundle::getBundleItems in src/Entity/ProductBundle.php
@inheritdoc

File

src/Entity/BundleInterface.php, line 100

Class

BundleInterface
Provides an interface for defining product bundle entities.

Namespace

Drupal\commerce_product_bundle\Entity

Code

public function getBundleItems();