You are here

PriceListTypeInterface.php in Commerce Pricelist 8

File

src/Entity/PriceListTypeInterface.php
View 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

Namesort descending Description
PriceListTypeInterface Provides an interface for defining Price list type entities.