ConfigSnapshotSubscriber::getSubscribedEvents |
function |
core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php |
Registers the methods in this class that should be listeners. |
ConfigSnapshotSubscriber::onConfigImporterImport |
function |
core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php |
Creates a config snapshot. |
ConfigSnapshotSubscriber::__construct |
function |
core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php |
Constructs the ConfigSnapshotSubscriber object. |
ConfigSnapshotTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php |
Tests config snapshot creation and updating. |
ConfigSnapshotTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php |
|
ConfigSnapshotTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php |
Modules to install. |
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 |
|
ConfigStorageTestBase::$storage |
property |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
|
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.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::onConfigImporterValidate |
function |
core/modules/config/src/ConfigSubscriber.php |
Checks that the Configuration module is not being uninstalled. |
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. |
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 |
Form constructor. |
ConfigSync::create |
function |
core/modules/config/src/Form/ConfigSync.php |
Instantiates a new instance of this class. |
ConfigSync::getFormId |
function |
core/modules/config/src/Form/ConfigSync.php |
Returns a unique string identifying the form. |
ConfigSync::submitForm |
function |
core/modules/config/src/Form/ConfigSync.php |
Form submission handler. |
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. |
ConfigTarget::fromString |
function |
core/lib/Drupal/Core/Form/ConfigTarget.php |
Creates a ConfigTarget object. |