You are here

ProductBundleItemStorageInterface.php in Commerce Product Bundle 8

File

src/ProductBundleItemStorageInterface.php
View source
<?php

namespace Drupal\commerce_product_bundle;

use Drupal\Core\Entity\ContentEntityStorageInterface;

/**
 * Defines the storage handler class for product bundle item entities.
 *
 * This extends the base storage class, adding required special handling for
 * Product bundle item entities.
 *
 * @ingroup commerce_product_bundle
 */
interface ProductBundleItemStorageInterface extends ContentEntityStorageInterface {

}

Interfaces

Namesort descending Description
ProductBundleItemStorageInterface Defines the storage handler class for product bundle item entities.