You are here

OrderProductInterface.php in Ubercart 8.4

Namespace

Drupal\uc_order

File

uc_order/src/OrderProductInterface.php
View source
<?php

namespace Drupal\uc_order;

use Drupal\Core\Entity\ContentEntityInterface;

/**
 * Provides an interface defining an Ubercart order product entity.
 */
interface OrderProductInterface extends ContentEntityInterface {

}

Interfaces

Namesort descending Description
OrderProductInterface Provides an interface defining an Ubercart order product entity.