| EntityTypeManagerTestEntity::bundleFieldDefinitions           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php           | 
                                                                                        Provides field definitions for a specific bundle.           | 
              
          
                                                                                        | EntityTypeManagerTestEntityBundle::$bundleClassFieldDefinitions           | 
                                                                                        property           | 
                                                                                        core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php           | 
                                                                                        The bundle class field definitions.           | 
              
          
                                                                                        | EntityTypeManagerTestEntityBundle::bundleFieldDefinitions           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php           | 
                                                                                        Provides field definitions for a specific bundle.           | 
              
          
                                                                                        | EntityUntranslatableFieldsConstraint           | 
                                                                                        class           | 
                                                                                        core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php           | 
                                                                                        Validation constraint for the entity changed timestamp.           | 
              
          
                                                                                        | EntityUntranslatableFieldsConstraint.php           | 
                                                                                        file           | 
                                                                                        core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php           | 
                                                                                                   | 
              
          
                                                                                        | EntityUntranslatableFieldsConstraint::$defaultRevisionMessage           | 
                                                                                        property           | 
                                                                                        core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php           | 
                                                                                        The message when updating a field but not the current revision.           | 
              
          
                                                                                        | EntityUntranslatableFieldsConstraint::$defaultTranslationMessage           | 
                                                                                        property           | 
                                                                                        core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php           | 
                                                                                        The message when updating a field but not the original language.           | 
              
          
                                                                                        | EntityUntranslatableFieldsConstraintValidator           | 
                                                                                        class           | 
                                                                                        core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php           | 
                                                                                        Validates the EntityChanged constraint.           | 
              
          
                                                                                        | EntityUntranslatableFieldsConstraintValidator.php           | 
                                                                                        file           | 
                                                                                        core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php           | 
                                                                                                   | 
              
          
                                                                                        | EntityUntranslatableFieldsConstraintValidator::$entityTypeManager           | 
                                                                                        property           | 
                                                                                        core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php           | 
                                                                                        The entity type manager.           | 
              
          
                                                                                        | EntityUntranslatableFieldsConstraintValidator::create           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php           | 
                                                                                        Instantiates a new instance of this class.           | 
              
          
                                                                                        | EntityUntranslatableFieldsConstraintValidator::hasUntranslatableFieldsChanges           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php           | 
                                                                                        Checks whether an entity has untranslatable field changes.           | 
              
          
                                                                                        | EntityUntranslatableFieldsConstraintValidator::validate           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php           | 
                                                                                                   | 
              
          
                                                                                        | EntityUntranslatableFieldsConstraintValidator::__construct           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php           | 
                                                                                        Constructs an EntityUntranslatableFieldsConstraintValidator object.           | 
              
          
                                                                                        | EntityValidationTest::$entityFieldText           | 
                                                                                        property           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php           | 
                                                                                                   | 
              
          
                                                                                        | EntityViewBuilder::$singleFieldDisplays           | 
                                                                                        property           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityViewBuilder.php           | 
                                                                                        The EntityViewDisplay objects created for individual field rendering.           | 
              
          
                                                                                        | EntityViewBuilder::getSingleFieldDisplay           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityViewBuilder.php           | 
                                                                                        Gets an EntityViewDisplay for rendering an individual field.           | 
              
          
                                                                                        | EntityViewBuilder::viewField           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityViewBuilder.php           | 
                                                                                        Builds a renderable array for the value of a single field in an entity.           | 
              
          
                                                                                        | EntityViewBuilder::viewFieldItem           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityViewBuilder.php           | 
                                                                                        Builds a renderable array for a single field item.           | 
              
          
                                                                                        | EntityViewBuilderInterface::viewField           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php           | 
                                                                                        Builds a renderable array for the value of a single field in an entity.           | 
              
          
                                                                                        | EntityViewBuilderInterface::viewFieldItem           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php           | 
                                                                                        Builds a renderable array for a single field item.           | 
              
          
                                                                                        | EntityViewBuilderTest::testViewField           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php           | 
                                                                                        Tests EntityViewBuilder::viewField() language awareness.           | 
              
          
                                                                                        | EntityViewControllerTest::testFieldItemAttributes           | 
                                                                                        function           | 
                                                                                        core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php           | 
                                                                                        Tests field item attributes.           | 
              
          
                                                                                        | EntityViewDisplayEditForm::buildExtraFieldRow           | 
                                                                                        function           | 
                                                                                        core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php           | 
                                                                                        Builds the table row structure for a single extra field.           | 
              
          
                                                                                        | EntityViewDisplayEditForm::buildFieldRow           | 
                                                                                        function           | 
                                                                                        core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php           | 
                                                                                        Builds the table row structure for a single field.           | 
              
          
                                                                                        | EntityViewDisplayResourceTestBase::$patchProtectedFieldNames           | 
                                                                                        property           | 
                                                                                        core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php           | 
                                                                                        The fields that are protected against modification during PATCH requests.           | 
              
          
                                                                                        | EntityViewsData::$entityFieldManager           | 
                                                                                        property           | 
                                                                                        core/modules/views/src/EntityViewsData.php           | 
                                                                                        The entity field manager.           | 
              
          
                                                                                        | EntityViewsData::$fieldStorageDefinitions           | 
                                                                                        property           | 
                                                                                        core/modules/views/src/EntityViewsData.php           | 
                                                                                        The field storage definitions for all base fields of the entity type.           | 
              
          
                                                                                        | EntityViewsData::getFieldStorageDefinitions           | 
                                                                                        function           | 
                                                                                        core/modules/views/src/EntityViewsData.php           | 
                                                                                        Gets the field storage definitions.           | 
              
          
                                                                                        | EntityViewsData::mapFieldDefinition           | 
                                                                                        function           | 
                                                                                        core/modules/views/src/EntityViewsData.php           | 
                                                                                        Puts the views data for a single field onto the views data.           | 
              
          
                                                                                        | EntityViewsData::mapSingleFieldViewsData           | 
                                                                                        function           | 
                                                                                        core/modules/views/src/EntityViewsData.php           | 
                                                                                        Provides the views data for a given data type and schema field.           | 
              
          
                                                                                        | EntityViewsDataTest::$commonBaseFields           | 
                                                                                        property           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php           | 
                                                                                        The common base fields for test entity types.           | 
              
          
                                                                                        | EntityViewsDataTest::assertBundleField           | 
                                                                                        function           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php           | 
                                                                                        Tests views data for a bundle field.           | 
              
          
                                                                                        | EntityViewsDataTest::assertEntityReferenceField           | 
                                                                                        function           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php           | 
                                                                                        Tests views data for an entity reference field.           | 
              
          
                                                                                        | EntityViewsDataTest::assertLanguageField           | 
                                                                                        function           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php           | 
                                                                                        Tests views data for a language field.           | 
              
          
                                                                                        | EntityViewsDataTest::assertLongTextField           | 
                                                                                        function           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php           | 
                                                                                        Tests views data for a long text field.           | 
              
          
                                                                                        | EntityViewsDataTest::assertNumericField           | 
                                                                                        function           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php           | 
                                                                                        Tests views data for a numeric field.           | 
              
          
                                                                                        | EntityViewsDataTest::assertStringField           | 
                                                                                        function           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php           | 
                                                                                        Tests views data for a string field.           | 
              
          
                                                                                        | EntityViewsDataTest::assertUriField           | 
                                                                                        function           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php           | 
                                                                                        Tests views data for a URI field.           | 
              
          
                                                                                        | EntityViewsDataTest::assertUuidField           | 
                                                                                        function           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php           | 
                                                                                        Tests views data for a UUID field.           | 
              
          
                                                                                        | EntityViewsDataTest::assertViewsDataField           | 
                                                                                        function           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php           | 
                                                                                        Tests generic stuff per field.           | 
              
          
                                                                                        | EntityViewsDataTest::testBaseTableFields           | 
                                                                                        function           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php           | 
                                                                                        Tests fields on the base table.           | 
              
          
                                                                                        | EntityViewsDataTest::testDataTableFields           | 
                                                                                        function           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php           | 
                                                                                        Tests fields on the data table.           | 
              
          
                                                                                        | EntityViewsDataTest::testRevisionTableFields           | 
                                                                                        function           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php           | 
                                                                                        Tests fields on the revision table.           | 
              
          
                                                                                        | EntityViewsWithMultivalueBaseFieldTest           | 
                                                                                        class           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php           | 
                                                                                        Tests entity views with multivalue base fields.           | 
              
          
                                                                                        | EntityViewsWithMultivalueBaseFieldTest.php           | 
                                                                                        file           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php           | 
                                                                                                   | 
              
          
                                                                                        | EntityViewsWithMultivalueBaseFieldTest::$modules           | 
                                                                                        property           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php           | 
                                                                                        Modules to install.           | 
              
          
                                                                                        | EntityViewsWithMultivalueBaseFieldTest::$testViews           | 
                                                                                        property           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php           | 
                                                                                        Views to be enabled.           | 
              
          
                                                                                        | EntityViewsWithMultivalueBaseFieldTest::setUp           | 
                                                                                        function           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php           | 
                                                                                                   | 
              
          
                                                                                        | EntityViewsWithMultivalueBaseFieldTest::testView           | 
                                                                                        function           | 
                                                                                        core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php           | 
                                                                                        Tests entity views with multivalue base fields.           |