| 
            EntityReferenceItemNormalizer           | 
                  
             class           | 
                  
            Drupal\hal\Normalizer           | 
                  
            drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityReferenceItemNormalizer.php           | 
                  
            Converts the Drupal entity reference item object to HAL array structure.           | 
                  
                       | 
                  
            1           | 
                  
            2           | 
              
          
                  | 
            EntityReferenceItemTest           | 
                  
             class           | 
                  
            Drupal\entity_reference\Tests           | 
                  
            drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceItemTest.php           | 
                  
            Tests the new entity API for the entity reference field type.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityReferenceLabelFormatter           | 
                  
             class           | 
                  
            Drupal\entity_reference\Plugin\field\formatter           | 
                  
            drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceLabelFormatter.php           | 
                  
            Plugin implementation of the 'entity reference label' formatter.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityReferenceSelectionAccessTest           | 
                  
             class           | 
                  
            Drupal\entity_reference\Tests           | 
                  
            drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionAccessTest.php           | 
                  
            Tests the Entity Reference Selection plugin.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityReferenceSelectionSortTest           | 
                  
             class           | 
                  
            Drupal\entity_reference\Tests           | 
                  
            drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionSortTest.php           | 
                  
            Tests the Entity Reference Selection plugin.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityReferenceTaxonomyTermRssFormatter           | 
                  
             class           | 
                  
            Drupal\taxonomy\Plugin\field\formatter           | 
                  
            drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/EntityReferenceTaxonomyTermRssFormatter.php           | 
                  
            Plugin implementation of the 'entity reference taxonomy term RSS' formatter.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityRenderController           | 
                  
             class           | 
                  
            Drupal\Core\Entity           | 
                  
            drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php           | 
                  
            Base class for entity view controllers.           | 
                  
            9           | 
                  
            9           | 
                  
                       | 
              
          
                  | 
            EntityRenderControllerInterface           | 
                  
             interface           | 
                  
            Drupal\Core\Entity           | 
                  
            drupal/core/lib/Drupal/Core/Entity/EntityRenderControllerInterface.php           | 
                  
            Defines a common interface for entity view controller classes.           | 
                  
            2           | 
                  
            1           | 
                  
                       | 
              
          
                  | 
            EntityResolverInterface           | 
                  
             interface           | 
                  
            Drupal\serialization\EntityResolver           | 
                  
            drupal/core/modules/serialization/lib/Drupal/serialization/EntityResolver/EntityResolverInterface.php           | 
                  
                       | 
                  
            2           | 
                  
            1           | 
                  
                       | 
              
          
                  | 
            EntityResolverTest           | 
                  
             class           | 
                  
            Drupal\serialization\Tests           | 
                  
            drupal/core/modules/serialization/lib/Drupal/serialization/Tests/EntityResolverTest.php           | 
                  
                       | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityResource           | 
                  
             class           | 
                  
            Drupal\rest\Plugin\rest\resource           | 
                  
            drupal/core/modules/rest/lib/Drupal/rest/Plugin/rest/resource/EntityResource.php           | 
                  
            Represents entities as resources.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityReverse           | 
                  
             class           | 
                  
            Drupal\field\Plugin\views\relationship           | 
                  
            drupal/core/modules/field/lib/Drupal/field/Plugin/views/relationship/EntityReverse.php           | 
                  
            A relationship handlers which reverse entity references.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityRevisionsTest           | 
                  
             class           | 
                  
            Drupal\system\Tests\Entity           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityRevisionsTest.php           | 
                  
            Tests for the basic revisioning functionality of entities.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityRow           | 
                  
             class           | 
                  
            Drupal\views\Plugin\views\row           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/EntityRow.php           | 
                  
            Generic entity row plugin to provide a common base for all entity types.           | 
                  
            3           | 
                  
            3           | 
                  
                       | 
              
          
                  | 
            EntitySchema           | 
                  
             class           | 
                  
            Drupal\rdf\SiteSchema           | 
                  
            drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/EntitySchema.php           | 
                  
            Defines RDF terms corresponding to Drupal entity types.           | 
                  
            1           | 
                  
            2           | 
                  
                       | 
              
          
                  | 
            EntitySerializationTest           | 
                  
             class           | 
                  
            Drupal\serialization\Tests           | 
                  
            drupal/core/modules/serialization/lib/Drupal/serialization/Tests/EntitySerializationTest.php           | 
                  
            Tests entity normalization and serialization of supported core formats.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityStorageControllerBase           | 
                  
            abstract class           | 
                  
            Drupal\Core\Entity           | 
                  
            drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php           | 
                  
            A base entity storage controller class.           | 
                  
            2           | 
                  
            1           | 
                  
                       | 
              
          
                  | 
            EntityStorageControllerInterface           | 
                  
             interface           | 
                  
            Drupal\Core\Entity           | 
                  
            drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php           | 
                  
            Defines a common interface for entity controller classes.           | 
                  
            1           | 
                  
            8           | 
                  
                       | 
              
          
                  | 
            EntityStorageException           | 
                  
             class           | 
                  
            Drupal\Core\Entity           | 
                  
            drupal/core/lib/Drupal/Core/Entity/EntityStorageException.php           | 
                  
            Defines an exception thrown when storage operations fail.           | 
                  
                       | 
                  
            5           | 
                  
                       | 
              
          
                  | 
            EntityTest           | 
                  
             class           | 
                  
            Drupal\entity_test\Plugin\Core\Entity           | 
                  
            drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTest.php           | 
                  
            Defines the test entity class.           | 
                  
            7           | 
                  
            2           | 
                  
                       | 
              
          
                  | 
            EntityTestAccessController           | 
                  
             class           | 
                  
            Drupal\entity_test           | 
                  
            drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestAccessController.php           | 
                  
            Defines the access controller for the test entity type.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTestDefaultAccess           | 
                  
             class           | 
                  
            Drupal\entity_test\Plugin\Core\Entity           | 
                  
            drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestDefaultAccess.php           | 
                  
            Defines a test entity class with no access controller.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTestFormController           | 
                  
             class           | 
                  
            Drupal\entity_test           | 
                  
            drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestFormController.php           | 
                  
            Form controller for the test entity edit forms.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTestLabel           | 
                  
             class           | 
                  
            Drupal\entity_test\Plugin\Core\Entity           | 
                  
            drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestLabel.php           | 
                  
            Test entity class.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTestLabelCallback           | 
                  
             class           | 
                  
            Drupal\entity_test\Plugin\Core\Entity           | 
                  
            drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestLabelCallback.php           | 
                  
            Test entity class.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTestMul           | 
                  
             class           | 
                  
            Drupal\entity_test\Plugin\Core\Entity           | 
                  
            drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestMul.php           | 
                  
            Defines the test entity class.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTestMulRev           | 
                  
             class           | 
                  
            Drupal\entity_test\Plugin\Core\Entity           | 
                  
            drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestMulRev.php           | 
                  
            Defines the test entity class.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTestMulRevStorageController           | 
                  
             class           | 
                  
            Drupal\entity_test           | 
                  
            drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestMulRevStorageController.php           | 
                  
            Defines the controller class for the test entity.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTestMulStorageController           | 
                  
             class           | 
                  
            Drupal\entity_test           | 
                  
            drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestMulStorageController.php           | 
                  
            Defines the controller class for the test entity.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTestNoLabel           | 
                  
             class           | 
                  
            Drupal\entity_test\Plugin\Core\Entity           | 
                  
            drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestNoLabel.php           | 
                  
            Test entity class.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTestRender           | 
                  
             class           | 
                  
            Drupal\entity_test\Plugin\Core\Entity           | 
                  
            drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestRender.php           | 
                  
            Defines a test entity class with a render controller.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTestRenderController           | 
                  
             class           | 
                  
            Drupal\entity_test           | 
                  
            drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestRenderController.php           | 
                  
            Defines an entity render controller for a test entity.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTestRev           | 
                  
             class           | 
                  
            Drupal\entity_test\Plugin\Core\Entity           | 
                  
            drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestRev.php           | 
                  
            Defines the test entity class.           | 
                  
            1           | 
                  
            1           | 
                  
                       | 
              
          
                  | 
            EntityTestRevStorageController           | 
                  
             class           | 
                  
            Drupal\entity_test           | 
                  
            drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestRevStorageController.php           | 
                  
            Defines the controller class for the test entity.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTestStorageController           | 
                  
             class           | 
                  
            Drupal\entity_test           | 
                  
            drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestStorageController.php           | 
                  
            Defines the controller class for the test entity.           | 
                  
            3           | 
                  
            3           | 
                  
                       | 
              
          
                  | 
            EntityTestTranslationUITest           | 
                  
             class           | 
                  
            Drupal\translation_entity\Tests           | 
                  
            drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTestTranslationUITest.php           | 
                  
            Tests the Entity Test Translation UI.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTranslation           | 
                  
             class           | 
                  
            Drupal\Core\Entity\Field\Type           | 
                  
            drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php           | 
                  
            Allows accessing and updating translated entity fields.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTranslationController           | 
                  
             class           | 
                  
            Drupal\translation_entity           | 
                  
            drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php           | 
                  
            Base class for entity translation controllers.           | 
                  
            3           | 
                  
            2           | 
                  
                       | 
              
          
                  | 
            EntityTranslationControllerInterface           | 
                  
             interface           | 
                  
            Drupal\translation_entity           | 
                  
            drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php           | 
                  
            Interface for providing entity translation.           | 
                  
            1           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTranslationControllerNG           | 
                  
             class           | 
                  
            Drupal\translation_entity           | 
                  
            drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerNG.php           | 
                  
            Test entity translation controller.           | 
                  
            3           | 
                  
            3           | 
                  
                       | 
              
          
                  | 
            EntityTranslationFormTest           | 
                  
             class           | 
                  
            Drupal\system\Tests\Entity           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php           | 
                  
            Tests entity translation form.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTranslationSettingsTest           | 
                  
             class           | 
                  
            Drupal\translation_entity\Tests           | 
                  
            drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSettingsTest.php           | 
                  
            Tests the Entity Test Translation UI.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTranslationSyncImageTest           | 
                  
             class           | 
                  
            Drupal\translation_entity\Tests           | 
                  
            drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncImageTest.php           | 
                  
            Tests the Entity Translation image field synchronization capability.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTranslationSyncUnitTest           | 
                  
             class           | 
                  
            Drupal\translation_entity\Tests           | 
                  
            drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php           | 
                  
            Tests the Entity Translation field synchronization algorithm.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTranslationTest           | 
                  
             class           | 
                  
            Drupal\system\Tests\Entity           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php           | 
                  
            Tests entity translation.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityTranslationTestBase           | 
                  
            abstract class           | 
                  
            Drupal\translation_entity\Tests           | 
                  
            drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php           | 
                  
            Tests entity translation workflows.           | 
                  
            4           | 
                  
            1           | 
                  
                       | 
              
          
                  | 
            EntityTranslationUITest           | 
                  
            abstract class           | 
                  
            Drupal\translation_entity\Tests           | 
                  
            drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php           | 
                  
            Tests the Entity Translation UI.           | 
                  
            7           | 
                  
            5           | 
                  
                       | 
              
          
                  | 
            EntityTranslationWorkflowsTest           | 
                  
             class           | 
                  
            Drupal\translation_entity\Tests           | 
                  
            drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationWorkflowsTest.php           | 
                  
            Tests entity translation workflows.           | 
                  
                       | 
                  
                       | 
                  
                       | 
              
          
                  | 
            EntityType           | 
                  
             class           | 
                  
            Drupal\Core\Entity\Annotation           | 
                  
            drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php           | 
                  
            Defines an Entity type annotation object.           | 
                  
                       | 
                  
            50           | 
                  
                       | 
              
          
                  | 
            EntityTypeConstraint           | 
                  
             class           | 
                  
            Drupal\Core\Validation\Plugin\Validation\Constraint           | 
                  
            drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityTypeConstraint.php           | 
                  
            Checks if a value is a valid entity type.           | 
                  
                       | 
                  
                       | 
                  
                       |