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 install. |
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 install. |
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. |
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 |
Gets the name of the service for the query for this entity storage. |
ConfigEntityStorage::has |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Determines if this entity already exists in storage. |
ConfigEntityStorage::hasData |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Determines if the storage contains any data. |
ConfigEntityStorage::importCreate |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Creates entities upon synchronizing configuration changes. |
ConfigEntityStorage::importDelete |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Delete entities upon synchronizing configuration changes. |
ConfigEntityStorage::importRename |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Renames entities upon synchronizing configuration changes. |
ConfigEntityStorage::importUpdate |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Updates entities upon synchronizing configuration changes. |
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 |
Loads one or more entities in their original form without overrides. |
ConfigEntityStorage::loadOverrideFree |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Loads one entity in their original form without overrides. |
ConfigEntityStorage::loadRevision |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Load a specific entity revision. |
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::save |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Implements Drupal\Core\Entity\EntityStorageInterface::save(). |
ConfigEntityStorage::updateFromStorageRecord |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Updates a configuration entity from storage values. |
ConfigEntityStorage::_doCreateFromStorageRecord |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Helps create a configuration entity from storage values. |
ConfigEntityStorage::__construct |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Constructs a ConfigEntityStorage object. |
ConfigEntityStorageClassException |
class |
core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php |
Thrown when a storage class is not an instance of ConfigEntityStorage. |
ConfigEntityStorageClassException.php |
file |
core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php |
|
ConfigEntityStorageInterface |
interface |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php |
Provides an interface for configuration entity storage. |
ConfigEntityStorageInterface.php |
file |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php |
|
ConfigEntityStorageInterface::createFromStorageRecord |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php |
Creates a configuration entity from storage values. |