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 |
Flag set to import system.theme during 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. |
ConfigImporter::initialize |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Initializes the config importer in preparation for processing a batch. |
ConfigImporter::LOCK_NAME |
constant |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The name used to identify the lock. |
ConfigImporter::logError |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Logs an error message. |
ConfigImporter::processConfiguration |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Processes a configuration change. |
ConfigImporter::processConfigurations |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Processes configuration as a batch operation. |
ConfigImporter::processExtension |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Processes an extension change. |
ConfigImporter::processExtensions |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Processes extensions as a batch operation. |
ConfigImporter::processMissingContent |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Handles processing of missing content. |
ConfigImporter::reInjectMe |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Gets all the service dependencies from \Drupal. |
ConfigImporter::reset |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Resets the storage comparer and processed list. |
ConfigImporter::setProcessedConfiguration |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Sets a change as processed. |
ConfigImporter::setProcessedExtension |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Sets an extension change as processed. |
ConfigImporter::validate |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Dispatches validate event for a ConfigImporter object. |
ConfigImporter::__construct |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Constructs a configuration import object. |
ConfigImporterBatch |
class |
core/lib/Drupal/Core/Config/Importer/ConfigImporterBatch.php |
Methods for running the ConfigImporter in a batch. |
ConfigImporterBatch.php |
file |
core/lib/Drupal/Core/Config/Importer/ConfigImporterBatch.php |
|