You are here

BundleItemTypeInterface.php in Commerce Product Bundle 8

File

src/Entity/BundleItemTypeInterface.php
View source
<?php

namespace Drupal\commerce_product_bundle\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;
use Drupal\Core\Entity\EntityDescriptionInterface;

/**
 * Provides an interface for defining product bundle item type entities.
 */
interface BundleItemTypeInterface extends ConfigEntityInterface, EntityDescriptionInterface {

}

Interfaces

Namesort descending Description
BundleItemTypeInterface Provides an interface for defining product bundle item type entities.