namespace Drupal\Core\Entity

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