You are here

ProductBundleItemStorage.php in Commerce Product Bundle 8

File

src/ProductBundleItemStorage.php
View source
<?php

namespace Drupal\commerce_product_bundle;

use Drupal\Core\Entity\Sql\SqlContentEntityStorage;

/**
 * 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
 */
class ProductBundleItemStorage extends SqlContentEntityStorage implements ProductBundleItemStorageInterface {

}

Classes

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