namespace Drupal\Core\Entity

Classsort ascending Location Description
HtmlEntityFormController drupal/core/lib/Drupal/Core/Entity/HtmlEntityFormController.php Wrapping controller for entity forms that serve as the main page body.
EntityStorageException drupal/core/lib/Drupal/Core/Entity/EntityStorageException.php Defines an exception thrown when storage operations fail.
EntityStorageControllerInterface drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php Defines a common interface for entity controller classes.
EntityStorageControllerBase drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php A base entity storage controller class.
EntityRenderControllerInterface drupal/core/lib/Drupal/Core/Entity/EntityRenderControllerInterface.php Defines a common interface for entity view controller classes.
EntityRenderController drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php Base class for entity view controllers.
EntityNG drupal/core/lib/Drupal/Core/Entity/EntityNG.php Implements Entity Field API specific enhancements to the Entity class.
EntityManager drupal/core/lib/Drupal/Core/Entity/EntityManager.php Manages entity type plugin definitions.
EntityMalformedException drupal/core/lib/Drupal/Core/Entity/EntityMalformedException.php Defines an exception thrown when a malformed entity is passed.
EntityListControllerInterface drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php Defines an interface for entity list controllers.
EntityListController drupal/core/lib/Drupal/Core/Entity/EntityListController.php Provides a generic implementation of an entity list controller.
EntityInterface drupal/core/lib/Drupal/Core/Entity/EntityInterface.php Defines a common interface for all entity objects.
EntityFormControllerNG drupal/core/lib/Drupal/Core/Entity/EntityFormControllerNG.php Entity form controller variant for entity types using the new property API.
EntityFormControllerInterface drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php Defines a common interface for entity form controller classes.
EntityFormController drupal/core/lib/Drupal/Core/Entity/EntityFormController.php Base class for entity form controllers.
EntityControllerInterface drupal/core/lib/Drupal/Core/Entity/EntityControllerInterface.php Defines a common interface for entity controllers.
EntityBCDecorator drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php Provides backwards compatible (BC) access to entity fields.
EntityAccessControllerInterface drupal/core/lib/Drupal/Core/Entity/EntityAccessControllerInterface.php Defines a common interface for entity access controller classes.
EntityAccessController drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php Defines a default implementation for entity access controllers.
EntityAccessCheck drupal/core/lib/Drupal/Core/Entity/EntityAccessCheck.php Provides a generic access checker for entities.
Entity drupal/core/lib/Drupal/Core/Entity/Entity.php Defines a base entity class.
DatabaseStorageControllerNG drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php Implements Field API specific enhancements to the DatabaseStorageController class.
DatabaseStorageController drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php Defines a base entity controller class.
ContentEntityInterface drupal/core/lib/Drupal/Core/Entity/ContentEntityInterface.php Defines a common interface for all content entity objects.