PlanTypeInterface.php in farmOS 2.x
Namespace
Drupal\plan\EntityFile
modules/core/plan/src/Entity/PlanTypeInterface.phpView 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
Name | Description |
---|---|
PlanTypeInterface | Provides an interface for defining plan type entities. |