| EntityDefinitionUpdateManager::clearCachedDefinitions           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Clears necessary caches to apply entity/field definition updates.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::getChangeList           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Gets a list of changes to entity type and field storage definitions.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::getChangeSummary           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Gets a human readable summary of the detected changes.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::getEntityType           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Returns an entity type definition ready to be manipulated.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::getEntityTypes           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Returns all the entity type definitions, ready to be manipulated.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::getFieldStorageDefinition           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Returns a field storage definition ready to be manipulated.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::installEntityType           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Installs a new entity type definition.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::installFieldableEntityType           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Installs a new fieldable entity type definition.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::installFieldStorageDefinition           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Installs a new field storage definition.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::needsUpdates           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Checks if there are any definition updates that need to be applied.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::requiresEntityDataMigration           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Checks if existing data would be lost if the schema changes were applied.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::requiresEntityStorageSchemaChanges           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Checks if the changes to the entity type requires storage schema changes.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::requiresFieldStorageSchemaChanges           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Checks if the changes to the storage definition requires schema changes.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::uninstallEntityType           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Uninstalls an entity type definition.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::uninstallFieldStorageDefinition           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Uninstalls a field storage definition.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::updateEntityType           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Applies any change performed to the passed entity type definition.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::updateFieldableEntityType           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Applies any change performed to a fieldable entity type definition.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::updateFieldStorageDefinition           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Applies any change performed to the passed field storage definition.           | 
              
          
                                                                                        | EntityDefinitionUpdateManager::__construct           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php           | 
                                                                                        Constructs a new EntityDefinitionUpdateManager.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface           | 
                                                                                        interface           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Defines an interface for managing entity definition updates.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        file           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                                   | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface::DEFINITION_CREATED           | 
                                                                                        constant           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Indicates that a definition has just been created.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface::DEFINITION_DELETED           | 
                                                                                        constant           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Indicates that a definition has just been deleted.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface::DEFINITION_UPDATED           | 
                                                                                        constant           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Indicates that a definition has changes.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface::getChangeList           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Gets a list of changes to entity type and field storage definitions.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface::getChangeSummary           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Gets a human readable summary of the detected changes.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface::getEntityType           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Returns an entity type definition ready to be manipulated.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface::getEntityTypes           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Returns all the entity type definitions, ready to be manipulated.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface::getFieldStorageDefinition           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Returns a field storage definition ready to be manipulated.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface::installEntityType           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Installs a new entity type definition.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface::installFieldableEntityType           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Installs a new fieldable entity type definition.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface::installFieldStorageDefinition           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Installs a new field storage definition.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface::needsUpdates           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Checks if there are any definition updates that need to be applied.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface::uninstallEntityType           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Uninstalls an entity type definition.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface::uninstallFieldStorageDefinition           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Uninstalls a field storage definition.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface::updateEntityType           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Applies any change performed to the passed entity type definition.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface::updateFieldableEntityType           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Applies any change performed to a fieldable entity type definition.           | 
              
          
                                                                                        | EntityDefinitionUpdateManagerInterface::updateFieldStorageDefinition           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php           | 
                                                                                        Applies any change performed to the passed field storage definition.           | 
              
          
                                                                                        | EntityDefinitionUpdateMultipleTypesTest           | 
                                                                                        class           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php           | 
                                                                                        Tests EntityDefinitionUpdateManager functionality.           | 
              
          
                                                                                        | EntityDefinitionUpdateMultipleTypesTest.php           | 
                                                                                        file           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php           | 
                                                                                                   | 
              
          
                                                                                        | EntityDefinitionUpdateMultipleTypesTest::$database           | 
                                                                                        property           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php           | 
                                                                                        The database connection.           | 
              
          
                                                                                        | EntityDefinitionUpdateMultipleTypesTest::$entityDefinitionUpdateManager           | 
                                                                                        property           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php           | 
                                                                                        The entity definition update manager.           | 
              
          
                                                                                        | EntityDefinitionUpdateMultipleTypesTest::$entityFieldManager           | 
                                                                                        property           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php           | 
                                                                                        The entity field manager.           | 
              
          
                                                                                        | EntityDefinitionUpdateMultipleTypesTest::$modules           | 
                                                                                        property           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php           | 
                                                                                        Modules to install.           | 
              
          
                                                                                        | EntityDefinitionUpdateMultipleTypesTest::setUp           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php           | 
                                                                                                   | 
              
          
                                                                                        | EntityDefinitionUpdateMultipleTypesTest::testBaseFieldCreateDeleteWithExistingEntities           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php           | 
                                                                                        Tests creating and deleting a base field if entities exist.           | 
              
          
                                                                                        | EntityDefinitionUpdateMultipleTypesTest::testBaseFieldCreateUpdateDeleteWithoutData           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php           | 
                                                                                        Tests creating, updating, and deleting a base field if no entities exist.           | 
              
          
                                                                                        | EntityDefinitionUpdateMultipleTypesTest::testBaseFieldEntityKeyUpdateWithExistingData           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php           | 
                                                                                        Tests updating a base field when it has existing data.           | 
              
          
                                                                                        | EntityDefinitionUpdateMultipleTypesTest::testBaseFieldUpdateWithExistingData           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php           | 
                                                                                        Tests updating a base field when it has existing data.           | 
              
          
                                                                                        | EntityDefinitionUpdateMultipleTypesTest::testBaseFieldWithoutLabelCreateUpdateDelete           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php           | 
                                                                                        Tests creating, updating, and deleting a base field with no label set.           |