| ConfigSingleImportForm::$configManager |
property |
core/modules/config/src/Form/ConfigSingleImportForm.php |
The configuration manager. |
| ConfigSingleImportForm::$configStorage |
property |
core/modules/config/src/Form/ConfigSingleImportForm.php |
The config storage. |
| ConfigSingleImportForm::$data |
property |
core/modules/config/src/Form/ConfigSingleImportForm.php |
The submitted data needing to be confirmed. |
| ConfigSingleImportForm::$entityTypeManager |
property |
core/modules/config/src/Form/ConfigSingleImportForm.php |
The entity type manager. |
| ConfigSingleImportForm::$eventDispatcher |
property |
core/modules/config/src/Form/ConfigSingleImportForm.php |
The event dispatcher. |
| ConfigSingleImportForm::$lock |
property |
core/modules/config/src/Form/ConfigSingleImportForm.php |
The database lock object. |
| ConfigSingleImportForm::$moduleExtensionList |
property |
core/modules/config/src/Form/ConfigSingleImportForm.php |
The module extension list. |
| ConfigSingleImportForm::$moduleHandler |
property |
core/modules/config/src/Form/ConfigSingleImportForm.php |
The module handler. |
| ConfigSingleImportForm::$moduleInstaller |
property |
core/modules/config/src/Form/ConfigSingleImportForm.php |
The module installer. |
| ConfigSingleImportForm::$renderer |
property |
core/modules/config/src/Form/ConfigSingleImportForm.php |
The renderer service. |
| ConfigSingleImportForm::$themeExtensionList |
property |
core/modules/config/src/Form/ConfigSingleImportForm.php |
The theme extension list. |
| ConfigSingleImportForm::$themeHandler |
property |
core/modules/config/src/Form/ConfigSingleImportForm.php |
The theme handler. |
| ConfigSingleImportForm::$typedConfigManager |
property |
core/modules/config/src/Form/ConfigSingleImportForm.php |
The typed config manager. |
| ConfigSingleImportForm::buildForm |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Form constructor. |
| ConfigSingleImportForm::create |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Instantiates a new instance of this class. |
| ConfigSingleImportForm::getCancelUrl |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Returns the route to go to if the user cancels the action. |
| ConfigSingleImportForm::getFormId |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Returns a unique string identifying the form. |
| ConfigSingleImportForm::getQuestion |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Returns the question to ask the user. |
| ConfigSingleImportForm::submitForm |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Form submission handler. |
| ConfigSingleImportForm::validateForm |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Form validation handler. |
| ConfigSingleImportForm::__construct |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Constructs a new ConfigSingleImportForm. |
| ConfigSnapshotSubscriber |
class |
core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php |
Create a snapshot when config is imported. |
| ConfigSnapshotSubscriber.php |
file |
core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php |
|
| ConfigSnapshotSubscriber::$configManager |
property |
core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php |
The configuration manager. |
| ConfigSnapshotSubscriber::$snapshotStorage |
property |
core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php |
The snapshot storage used to write configuration changes. |
| ConfigSnapshotSubscriber::$sourceStorage |
property |
core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php |
The source storage used to discover configuration changes. |
| 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 enable. |
| 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. |
| ConfigStorageStagingTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigStorageStagingTest.php |
Tests that the service "config.storage.staging" has been deprecated. |
| ConfigStorageStagingTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigStorageStagingTest.php |
|
| ConfigStorageStagingTest::testConfigStorageStagingDeprecation |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigStorageStagingTest.php |
Tests deprecation of the "config.storage.staging" service. |
| 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 |
|
| ConfigStorageTestBase::insert |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
|
| ConfigStorageTestBase::read |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
|
| 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 |
|
| ConfigSubscriber |
class |
core/modules/language/src/EventSubscriber/ConfigSubscriber.php |
Deletes the container if default language has changed. |