| ConfigHooks::fileDownload |
function |
core/modules/config/src/Hook/ConfigHooks.php |
Implements hook_file_download(). |
| ConfigHooks::help |
function |
core/modules/config/src/Hook/ConfigHooks.php |
Implements hook_help(). |
| ConfigImportAllTest |
class |
core/modules/config/tests/src/Functional/ConfigImportAllTest.php |
Tests the largest configuration import possible with all available modules. |
| ConfigImportAllTest.php |
file |
core/modules/config/tests/src/Functional/ConfigImportAllTest.php |
|
| ConfigImportAllTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigImportAllTest.php |
The theme to install as the default for testing. |
| ConfigImportAllTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigImportAllTest.php |
Modules to install. |
| ConfigImportAllTest::$profile |
property |
core/modules/config/tests/src/Functional/ConfigImportAllTest.php |
The profile to install as a basis for testing. |
| ConfigImportAllTest::$webUser |
property |
core/modules/config/tests/src/Functional/ConfigImportAllTest.php |
A user with the 'synchronize configuration' permission. |
| ConfigImportAllTest::setUp |
function |
core/modules/config/tests/src/Functional/ConfigImportAllTest.php |
|
| ConfigImportAllTest::testInstallUninstall |
function |
core/modules/config/tests/src/Functional/ConfigImportAllTest.php |
Tests that a fixed set of modules can be installed and uninstalled. |
| ConfigImporter |
class |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Defines a configuration importer. |
| ConfigImporter.php |
file |
core/lib/Drupal/Core/Config/ConfigImporter.php |
|
| ConfigImporter::$configManager |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The configuration manager. |
| ConfigImporter::$errors |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
A log of any errors encountered. |
| ConfigImporter::$eventDispatcher |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The event dispatcher used to notify subscribers. |
| ConfigImporter::$extensionChangelist |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
List of extension changes to be processed by the import(). |
| ConfigImporter::$lock |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The used lock backend instance. |
| ConfigImporter::$moduleExtensionList |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The module extension list. |
| ConfigImporter::$moduleHandler |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The module handler. |
| ConfigImporter::$moduleInstaller |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The module installer. |
| ConfigImporter::$processedConfiguration |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
List of configuration file changes processed by the import(). |
| ConfigImporter::$processedExtensions |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
List of extension changes processed by the import(). |
| ConfigImporter::$processedSystemTheme |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Indicates if a system theme is in processing theme install and uninstalls. |
| ConfigImporter::$storageComparer |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The storage comparer used to discover configuration changes. |
| ConfigImporter::$themeExtensionList |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The theme extension list. |
| ConfigImporter::$themeHandler |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The theme handler. |
| ConfigImporter::$totalConfigurationToProcess |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The total number of configuration objects to process. |
| ConfigImporter::$totalExtensionsToProcess |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The total number of extensions to process. |
| ConfigImporter::$typedConfigManager |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The typed config manager. |
| ConfigImporter::$validated |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Indicates changes to import have been validated. |
| ConfigImporter::alreadyImporting |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Determines if an import is already running. |
| ConfigImporter::checkOp |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Checks that the operation is still valid. |
| ConfigImporter::createExtensionChangelist |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Populates the extension change list. |
| ConfigImporter::doSyncStep |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Calls a config import step. |
| ConfigImporter::finish |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Finishes the batch. |
| ConfigImporter::getEmptyExtensionsProcessedList |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Gets an empty list of extensions to process. |
| ConfigImporter::getErrors |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Returns error messages created while running the import. |
| ConfigImporter::getExtensionChangelist |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Gets a list changes for extensions. |
| ConfigImporter::getNextConfigurationOperation |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Gets the next configuration operation to perform. |
| ConfigImporter::getNextExtensionOperation |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Gets the next extension operation to perform. |
| ConfigImporter::getProcessedConfiguration |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Gets list of processed changes. |
| ConfigImporter::getProcessedExtensions |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Gets list of processed extension changes. |
| ConfigImporter::getStorageComparer |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Gets the configuration storage comparer. |
| ConfigImporter::getUnprocessedConfiguration |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Gets a list of unprocessed changes for a given operation. |
| ConfigImporter::getUnprocessedExtensions |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Gets a list of unprocessed changes for extensions. |
| ConfigImporter::hasUnprocessedConfigurationChanges |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Checks if there are any unprocessed configuration changes. |
| ConfigImporter::import |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Imports the changelist to the target storage. |
| ConfigImporter::importConfig |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Writes a configuration change from the source to the target storage. |
| ConfigImporter::importInvokeOwner |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Invokes import* methods on configuration entity storage. |
| ConfigImporter::importInvokeRename |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Imports a configuration entity rename. |