You are here

InvoiceTypeInterface.php in Drupal PM (Project Management) 4.x

File

modules/pm_invoice/src/Entity/InvoiceTypeInterface.php
View source
<?php

namespace Drupal\pm_invoice\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Invoice type entities.
 */
interface InvoiceTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
InvoiceTypeInterface Provides an interface for defining Invoice type entities.