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.
EntityAccessController drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php Defines a base class for entity access controllers.
EntityAccessControllerInterface drupal/core/lib/Drupal/Core/Entity/EntityAccessControllerInterface.php Defines a common interface for entity access controller classes.
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.
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.