MerciLineItemTypeInterface.php in MERCI (Manage Equipment Reservations, Checkout and Inventory) 8.2
Namespace
Drupal\merci_line_item\EntityFile
modules/merci_line_item/src/Entity/MerciLineItemTypeInterface.phpView 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
Name | Description |
---|---|
MerciLineItemTypeInterface | Provides an interface for defining Merci Line Item type entities. |