You are here

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

File

modules/pm_expense/src/Entity/ExpenseTypeInterface.php
View source
<?php

namespace Drupal\pm_expense\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Expense type entities.
 */
interface ExpenseTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
ExpenseTypeInterface Provides an interface for defining Expense type entities.