PriceListTypeInterface.php in Commerce Pricelist 8
Namespace
Drupal\commerce_pricelist\EntityFile
src/Entity/PriceListTypeInterface.phpView source
<?php
namespace Drupal\commerce_pricelist\Entity;
use Drupal\commerce\Entity\CommerceBundleEntityInterface;
use Drupal\Core\Entity\EntityDescriptionInterface;
/**
* Provides an interface for defining Price list type entities.
*/
interface PriceListTypeInterface extends CommerceBundleEntityInterface, EntityDescriptionInterface {
}
Interfaces
Name | Description |
---|---|
PriceListTypeInterface | Provides an interface for defining Price list type entities. |