You are here

PlanTypeInterface.php in farmOS 2.x

Namespace

Drupal\plan\Entity

File

modules/core/plan/src/Entity/PlanTypeInterface.php
View source
<?php

namespace Drupal\plan\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;
use Drupal\Core\Entity\EntityDescriptionInterface;
use Drupal\Core\Entity\RevisionableEntityBundleInterface;

/**
 * Provides an interface for defining plan type entities.
 */
interface PlanTypeInterface extends ConfigEntityInterface, EntityDescriptionInterface, RevisionableEntityBundleInterface {

}

Interfaces

Namesort descending Description
PlanTypeInterface Provides an interface for defining plan type entities.