You are here

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

File

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

namespace Drupal\pm_expense\Entity;

use Drupal\Core\Entity\ContentEntityInterface;
use Drupal\Core\Entity\RevisionLogInterface;
use Drupal\Core\Entity\EntityChangedInterface;
use Drupal\pm_project\Entity\WorkableItemWithRevisionInterface;
use Drupal\user\EntityOwnerInterface;

/**
 * Provides an interface for defining Expense entities.
 *
 * @ingroup pm_expense
 */
interface ExpenseInterface extends WorkableItemWithRevisionInterface {

}

Interfaces

Namesort descending Description
ExpenseInterface Provides an interface for defining Expense entities.