| ConfigSnapshotTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php |
|
| ConfigSnapshotTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php |
|
| ConfigSnapshotTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php |
|
| ConfigSnapshotTest::testSnapshot |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php |
Tests config snapshot creation and updating. |
| ConfigStorageTestBase |
class |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Base class for testing storage operations. |
| ConfigStorageTestBase.php |
file |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
|
| ConfigStorageTestBase::$invalidStorage |
property |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
An invalid configuration storage. |
| ConfigStorageTestBase::$storage |
property |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
The configuration storage. |
| ConfigStorageTestBase::delete |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Deletes configuration data from the storage. |
| ConfigStorageTestBase::insert |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Inserts configuration data in the storage. |
| ConfigStorageTestBase::read |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Reads configuration data from the storage. |
| ConfigStorageTestBase::testCollection |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Tests that the storage supports collections. |
| ConfigStorageTestBase::testCRUD |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Tests storage CRUD operations. |
| ConfigStorageTestBase::testDataTypes |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Tests storage writing and reading data preserving data type. |
| ConfigStorageTestBase::testInvalidStorage |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Tests an invalid storage. |
| ConfigStorageTestBase::update |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Updates configuration data in the storage. |
| ConfigSubscriber |
class |
core/modules/language/src/EventSubscriber/ConfigSubscriber.php |
Deletes the container if default language has changed. |
| ConfigSubscriber |
class |
core/modules/config/src/ConfigSubscriber.php |
Config subscriber. |
| ConfigSubscriber |
class |
core/modules/locale/src/EventSubscriber/ConfigSubscriber.php |
Rebuilds the container when locale config is changed. |
| ConfigSubscriber.php |
file |
core/modules/locale/src/EventSubscriber/ConfigSubscriber.php |
|
| ConfigSubscriber.php |
file |
core/modules/config/src/ConfigSubscriber.php |
|
| ConfigSubscriber.php |
file |
core/modules/language/src/EventSubscriber/ConfigSubscriber.php |
|
| ConfigSubscriber::$configFactory |
property |
core/modules/language/src/EventSubscriber/ConfigSubscriber.php |
The configuration factory. |
| ConfigSubscriber::$languageDefault |
property |
core/modules/language/src/EventSubscriber/ConfigSubscriber.php |
The default language. |
| ConfigSubscriber::$languageManager |
property |
core/modules/language/src/EventSubscriber/ConfigSubscriber.php |
The language manager. |
| ConfigSubscriber::$languageNegotiator |
property |
core/modules/language/src/EventSubscriber/ConfigSubscriber.php |
The language negotiator. |
| ConfigSubscriber::$pathProcessorLanguage |
property |
core/modules/language/src/EventSubscriber/ConfigSubscriber.php |
The language path processor. |
| ConfigSubscriber::getSubscribedEvents |
function |
core/modules/language/src/EventSubscriber/ConfigSubscriber.php |
|
| ConfigSubscriber::getSubscribedEvents |
function |
core/modules/config/src/ConfigSubscriber.php |
|
| ConfigSubscriber::getSubscribedEvents |
function |
core/modules/locale/src/EventSubscriber/ConfigSubscriber.php |
|
| ConfigSubscriber::onConfigImporterValidate |
function |
core/modules/config/src/ConfigSubscriber.php |
Checks that the Configuration module is not being uninstalled. |
| ConfigSubscriber::onConfigSave |
function |
core/modules/locale/src/EventSubscriber/ConfigSubscriber.php |
Causes the container to be rebuilt on the next request if necessary. |
| ConfigSubscriber::onConfigSave |
function |
core/modules/language/src/EventSubscriber/ConfigSubscriber.php |
Causes the container to be rebuilt on the next request. |
| ConfigSubscriber::setPathProcessorLanguage |
function |
core/modules/language/src/EventSubscriber/ConfigSubscriber.php |
Injects the language path processors on multilingual site configuration. |
| ConfigSubscriber::__construct |
function |
core/modules/language/src/EventSubscriber/ConfigSubscriber.php |
Constructs a new class object. |
| ConfigSubscriber::__construct |
function |
core/modules/locale/src/EventSubscriber/ConfigSubscriber.php |
|
| ConfigSync |
class |
core/modules/config/src/Form/ConfigSync.php |
Construct the storage changes in a configuration synchronization form. |
| ConfigSync.php |
file |
core/modules/config/src/Form/ConfigSync.php |
|
| ConfigSync::buildForm |
function |
core/modules/config/src/Form/ConfigSync.php |
|
| ConfigSync::create |
function |
core/modules/config/src/Form/ConfigSync.php |
|
| ConfigSync::getFormId |
function |
core/modules/config/src/Form/ConfigSync.php |
|
| ConfigSync::submitForm |
function |
core/modules/config/src/Form/ConfigSync.php |
|
| ConfigSync::__construct |
function |
core/modules/config/src/Form/ConfigSync.php |
Constructs the object. |
| ConfigTarget |
class |
core/lib/Drupal/Core/Form/ConfigTarget.php |
Represents the mapping of a config property to a form element. |
| ConfigTarget.php |
file |
core/lib/Drupal/Core/Form/ConfigTarget.php |
|
| ConfigTarget::$elementParents |
property |
core/lib/Drupal/Core/Form/ConfigTarget.php |
The parents of the form element which maps to this config property. |
| ConfigTarget::$fromConfig |
property |
core/lib/Drupal/Core/Form/ConfigTarget.php |
Transforms a value loaded from config before it gets displayed by the form. |
| ConfigTarget::$propertyPaths |
property |
core/lib/Drupal/Core/Form/ConfigTarget.php |
The property paths to target. |
| ConfigTarget::$toConfig |
property |
core/lib/Drupal/Core/Form/ConfigTarget.php |
Transforms a value submitted by the form before it is set in the config. |
| ConfigTarget::fromForm |
function |
core/lib/Drupal/Core/Form/ConfigTarget.php |
Gets the config target object for an element from a form array. |