You are here

MerciLineItemTypeInterface.php in MERCI (Manage Equipment Reservations, Checkout and Inventory) 8.2

File

modules/merci_line_item/src/Entity/MerciLineItemTypeInterface.php
View source
<?php

namespace Drupal\merci_line_item\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Merci Line Item type entities.
 */
interface MerciLineItemTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
MerciLineItemTypeInterface Provides an interface for defining Merci Line Item type entities.