| ConfigEntityQueryTest::testCaseSensitivity           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php           | 
                                                                                        Tests case sensitivity.           | 
              
          
                                                                                        | ConfigEntityQueryTest::testConfigEntityQuery           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php           | 
                                                                                        Tests basic functionality.           | 
              
          
                                                                                        | ConfigEntityQueryTest::testCount           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php           | 
                                                                                        Tests count query.           | 
              
          
                                                                                        | ConfigEntityQueryTest::testDotted           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php           | 
                                                                                        Tests dotted path matching.           | 
              
          
                                                                                        | ConfigEntityQueryTest::testLookupKeys           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php           | 
                                                                                        Tests lookup keys are added to the key value store.           | 
              
          
                                                                                        | ConfigEntityQueryTest::testSortRange           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php           | 
                                                                                        Tests sorting and range on config entity queries.           | 
              
          
                                                                                        | ConfigEntityQueryTest::testStringIdConditions           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php           | 
                                                                                        Tests ID conditions.           | 
              
          
                                                                                        | ConfigEntityQueryTest::testTableSort           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php           | 
                                                                                        Tests sorting with tableSort on config entity queries.           | 
              
          
                                                                                        | ConfigEntityResourceTestBase           | 
                                                                                        class           | 
                                                                                        core/modules/jsonapi/tests/src/Functional/ConfigEntityResourceTestBase.php           | 
                                                                                        Resource test base class for config entities.           | 
              
          
                                                                                        | ConfigEntityResourceTestBase           | 
                                                                                        class           | 
                                                                                        core/modules/rest/tests/src/Functional/EntityResource/ConfigEntityResourceTestBase.php           | 
                                                                                        Resource test base class for config entities.           | 
              
          
                                                                                        | ConfigEntityResourceTestBase.php           | 
                                                                                        file           | 
                                                                                        core/modules/rest/tests/src/Functional/EntityResource/ConfigEntityResourceTestBase.php           | 
                                                                                                   | 
              
          
                                                                                        | ConfigEntityResourceTestBase.php           | 
                                                                                        file           | 
                                                                                        core/modules/jsonapi/tests/src/Functional/ConfigEntityResourceTestBase.php           | 
                                                                                                   | 
              
          
                                                                                        | ConfigEntityResourceTestBase::setUp           | 
                                                                                        function           | 
                                                                                        core/modules/jsonapi/tests/src/Functional/ConfigEntityResourceTestBase.php           | 
                                                                                                   | 
              
          
                                                                                        | ConfigEntityResourceTestBase::setUp           | 
                                                                                        function           | 
                                                                                        core/modules/rest/tests/src/Functional/EntityResource/ConfigEntityResourceTestBase.php           | 
                                                                                                   | 
              
          
                                                                                        | ConfigEntityResourceTestBase::SKIP_METHODS           | 
                                                                                        constant           | 
                                                                                        core/modules/rest/tests/src/Functional/EntityResource/ConfigEntityResourceTestBase.php           | 
                                                                                        A list of test methods to skip.           | 
              
          
                                                                                        | ConfigEntityResourceTestBase::SKIP_METHODS           | 
                                                                                        constant           | 
                                                                                        core/modules/jsonapi/tests/src/Functional/ConfigEntityResourceTestBase.php           | 
                                                                                        A list of test methods to skip.           | 
              
          
                                                                                        | ConfigEntityStaticCacheTest           | 
                                                                                        class           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php           | 
                                                                                        Tests the entity static cache when used by config entities.           | 
              
          
                                                                                        | ConfigEntityStaticCacheTest.php           | 
                                                                                        file           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php           | 
                                                                                                   | 
              
          
                                                                                        | ConfigEntityStaticCacheTest::$entityId           | 
                                                                                        property           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php           | 
                                                                                        The entity ID of the entity under test.           | 
              
          
                                                                                        | ConfigEntityStaticCacheTest::$entityTypeId           | 
                                                                                        property           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php           | 
                                                                                        The type ID of the entity under test.           | 
              
          
                                                                                        | ConfigEntityStaticCacheTest::$modules           | 
                                                                                        property           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php           | 
                                                                                        Modules to enable.           | 
              
          
                                                                                        | ConfigEntityStaticCacheTest::setUp           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php           | 
                                                                                                   | 
              
          
                                                                                        | ConfigEntityStaticCacheTest::testCacheHit           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php           | 
                                                                                        Tests that the static cache is working.           | 
              
          
                                                                                        | ConfigEntityStaticCacheTest::testConfigOverride           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php           | 
                                                                                        Tests that the static cache is sensitive to config overrides.           | 
              
          
                                                                                        | ConfigEntityStaticCacheTest::testReset           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php           | 
                                                                                        Tests that the static cache is reset on entity save and delete.           | 
              
          
                                                                                        | ConfigEntityStatusTest           | 
                                                                                        class           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php           | 
                                                                                        Tests configuration entity status functionality.           | 
              
          
                                                                                        | ConfigEntityStatusTest.php           | 
                                                                                        file           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php           | 
                                                                                                   | 
              
          
                                                                                        | ConfigEntityStatusTest::$modules           | 
                                                                                        property           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php           | 
                                                                                        Modules to enable.           | 
              
          
                                                                                        | ConfigEntityStatusTest::testCRUD           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php           | 
                                                                                        Tests the enabling/disabling of entities.           | 
              
          
                                                                                        | ConfigEntityStatusUITest           | 
                                                                                        class           | 
                                                                                        core/modules/config/tests/src/Functional/ConfigEntityStatusUITest.php           | 
                                                                                        Tests configuration entity status UI functionality.           | 
              
          
                                                                                        | ConfigEntityStatusUITest.php           | 
                                                                                        file           | 
                                                                                        core/modules/config/tests/src/Functional/ConfigEntityStatusUITest.php           | 
                                                                                                   | 
              
          
                                                                                        | ConfigEntityStatusUITest::$defaultTheme           | 
                                                                                        property           | 
                                                                                        core/modules/config/tests/src/Functional/ConfigEntityStatusUITest.php           | 
                                                                                        The theme to install as the default for testing.           | 
              
          
                                                                                        | ConfigEntityStatusUITest::$modules           | 
                                                                                        property           | 
                                                                                        core/modules/config/tests/src/Functional/ConfigEntityStatusUITest.php           | 
                                                                                        Modules to enable.           | 
              
          
                                                                                        | ConfigEntityStatusUITest::testCRUD           | 
                                                                                        function           | 
                                                                                        core/modules/config/tests/src/Functional/ConfigEntityStatusUITest.php           | 
                                                                                        Tests status operations.           | 
              
          
                                                                                        | ConfigEntityStorage           | 
                                                                                        class           | 
                                                                                        core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php           | 
                                                                                        Defines the storage class for configuration entities.           | 
              
          
                                                                                        | ConfigEntityStorage.php           | 
                                                                                        file           | 
                                                                                        core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php           | 
                                                                                                   | 
              
          
                                                                                        | ConfigEntityStorage::$configFactory           | 
                                                                                        property           | 
                                                                                        core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php           | 
                                                                                        The config factory service.           | 
              
          
                                                                                        | ConfigEntityStorage::$configStorage           | 
                                                                                        property           | 
                                                                                        core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php           | 
                                                                                        The config storage service.           | 
              
          
                                                                                        | ConfigEntityStorage::$languageManager           | 
                                                                                        property           | 
                                                                                        core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php           | 
                                                                                        The language manager.           | 
              
          
                                                                                        | ConfigEntityStorage::$overrideFree           | 
                                                                                        property           | 
                                                                                        core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php           | 
                                                                                        Determines if the underlying configuration is retrieved override free.           | 
              
          
                                                                                        | ConfigEntityStorage::$uuidKey           | 
                                                                                        property           | 
                                                                                        core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php           | 
                                                                                        Name of entity's UUID database table field, if it supports UUIDs.           | 
              
          
                                                                                        | ConfigEntityStorage::buildCacheId           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php           | 
                                                                                        Builds the cache ID for the passed in entity ID.           | 
              
          
                                                                                        | ConfigEntityStorage::createFromStorageRecord           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php           | 
                                                                                        Creates a configuration entity from storage values.           | 
              
          
                                                                                        | ConfigEntityStorage::createInstance           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php           | 
                                                                                        Instantiates a new instance of this entity handler.           | 
              
          
                                                                                        | ConfigEntityStorage::deleteRevision           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php           | 
                                                                                        Delete a specific entity revision.           | 
              
          
                                                                                        | ConfigEntityStorage::doCreate           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php           | 
                                                                                        Performs storage-specific creation of entities.           | 
              
          
                                                                                        | ConfigEntityStorage::doDelete           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php           | 
                                                                                        Performs storage-specific entity deletion.           | 
              
          
                                                                                        | ConfigEntityStorage::doLoadMultiple           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php           | 
                                                                                        Performs storage-specific loading of entities.           | 
              
          
                                                                                        | ConfigEntityStorage::doSave           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php           | 
                                                                                        Performs storage-specific saving of the entity.           | 
              
          
                                                                                        | ConfigEntityStorage::getIDFromConfigName           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php           | 
                                                                                        Extracts the configuration entity ID from the full configuration name.           |