You are here

ProductBundleStorageInterface.php in Commerce Product Bundle 8

File

src/ProductBundleStorageInterface.php
View source
<?php

namespace Drupal\commerce_product_bundle;

use Drupal\Core\Entity\ContentEntityStorageInterface;

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

}

Interfaces

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