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 |
|
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. |
ConfigEntityStaticCacheTestHooks |
class |
core/modules/config/tests/config_entity_static_cache_test/src/Hook/ConfigEntityStaticCacheTestHooks.php |
Hook implementations for config_entity_static_cache_test. |
ConfigEntityStaticCacheTestHooks.php |
file |
core/modules/config/tests/config_entity_static_cache_test/src/Hook/ConfigEntityStaticCacheTestHooks.php |
|
ConfigEntityStaticCacheTestHooks::configTestLoad |
function |
core/modules/config/tests/config_entity_static_cache_test/src/Hook/ConfigEntityStaticCacheTestHooks.php |
Implements hook_ENTITY_TYPE_load() for 'static_cache_test_config_test'. |
ConfigEntityStaticCacheTestHooks::entityTypeAlter |
function |
core/modules/config/tests/config_entity_static_cache_test/src/Hook/ConfigEntityStaticCacheTestHooks.php |
Implements hook_entity_type_alter(). |
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 |
|
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 |
|
ConfigEntityStatusUITest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigEntityStatusUITest.php |
|
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 |
|
ConfigEntityStorage::buildCacheId |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::createFromStorageRecord |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::createInstance |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::doCreate |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::doDelete |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::doLoadMultiple |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::doSave |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::getIDFromConfigName |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::getPrefix |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Returns the prefix used to create the configuration name. |
ConfigEntityStorage::getQueryServiceName |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::has |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::hasData |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::importCreate |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::importDelete |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::importRename |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::importUpdate |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::invokeHook |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Invokes a hook on behalf of the entity. |
ConfigEntityStorage::loadMultipleOverrideFree |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::loadOverrideFree |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::mapToStorageRecord |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Maps from an entity object to the storage record. |
ConfigEntityStorage::MAX_ID_LENGTH |
constant |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Length limit of the configuration entity ID. |
ConfigEntityStorage::resetCache |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorage::save |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Implements Drupal\Core\Entity\EntityStorageInterface::save(). |