Search for import
- Search 7.x for import
- Search 9.5.x for import
- Search 10.3.x for import
- Search 11.x for import
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
aggregator.items.importer | service | core/ |
Drupal\aggregator\ItemsImporter |
AssertConfigEntityImportTrait | trait | core/ |
Provides test assertions for testing config entity synchronization. |
AssertConfigEntityImportTrait.php | file | core/ |
|
AssertConfigEntityImportTrait::assertConfigEntityImport | function | core/ |
Asserts that a config entity can be imported without changing it. |
BrowserTestBase::$configImporter | property | core/ |
The config importer that can be used in a test. |
BundleConfigImportValidate | class | core/ |
Entity config importer validation event subscriber. |
BundleConfigImportValidate.php | file | core/ |
|
BundleConfigImportValidate::$configManager | property | core/ |
The config manager. |
BundleConfigImportValidate::$deprecatedProperties | property | core/ |
|
BundleConfigImportValidate::$entityTypeManager | property | core/ |
The entity type manager service. |
BundleConfigImportValidate::onConfigImporterValidate | function | core/ |
Ensures bundles that will be deleted are not in use. |
BundleConfigImportValidate::__construct | function | core/ |
Constructs the event subscriber. |
Color::import | function | core/ |
Import the row. |
config.importer_subscriber | service | core/ |
Drupal\Core\Config\Importer\FinalMissingContentSubscriber |
config.import_transformer | service | core/ |
Drupal\Core\Config\ImportStorageTransformer |
ConfigEntityStorage::importCreate | function | core/ |
Creates entities upon synchronizing configuration changes. |
ConfigEntityStorage::importDelete | function | core/ |
Delete entities upon synchronizing configuration changes. |
ConfigEntityStorage::importRename | function | core/ |
Renames entities upon synchronizing configuration changes. |
ConfigEntityStorage::importUpdate | function | core/ |
Updates entities upon synchronizing configuration changes. |
ConfigEvents::IMPORT | constant | core/ |
Name of the event fired when importing configuration to target storage. |
ConfigEvents::IMPORT_MISSING_CONTENT | constant | core/ |
Name of event fired when missing content dependencies are detected. |
ConfigEvents::IMPORT_VALIDATE | constant | core/ |
Name of the event fired when validating imported configuration. |
ConfigEvents::STORAGE_TRANSFORM_IMPORT | constant | core/ |
Name of the event fired just before importing configuration. |
ConfigImporter | class | core/ |
Defines a configuration importer. |
ConfigImporter.php | file | core/ |
|
ConfigImporter::$configManager | property | core/ |
The configuration manager. |
ConfigImporter::$errors | property | core/ |
A log of any errors encountered. |
ConfigImporter::$eventDispatcher | property | core/ |
The event dispatcher used to notify subscribers. |
ConfigImporter::$extensionChangelist | property | core/ |
List of extension changes to be processed by the import(). |
ConfigImporter::$lock | property | core/ |
The used lock backend instance. |
ConfigImporter::$moduleExtensionList | property | core/ |
The module extension list. |
ConfigImporter::$moduleHandler | property | core/ |
The module handler. |
ConfigImporter::$moduleInstaller | property | core/ |
The module installer. |
ConfigImporter::$processedConfiguration | property | core/ |
List of configuration file changes processed by the import(). |
ConfigImporter::$processedExtensions | property | core/ |
List of extension changes processed by the import(). |
ConfigImporter::$processedSystemTheme | property | core/ |
Flag set to import system.theme during processing theme install and uninstalls. |
ConfigImporter::$storageComparer | property | core/ |
The storage comparer used to discover configuration changes. |
ConfigImporter::$themeHandler | property | core/ |
The theme handler. |
ConfigImporter::$totalConfigurationToProcess | property | core/ |
The total number of configuration objects to process. |
ConfigImporter::$totalExtensionsToProcess | property | core/ |
The total number of extensions to process. |
ConfigImporter::$typedConfigManager | property | core/ |
The typed config manager. |
ConfigImporter::$validated | property | core/ |
Indicates changes to import have been validated. |
ConfigImporter::alreadyImporting | function | core/ |
Determines if a import is already running. |
ConfigImporter::checkOp | function | core/ |
Checks that the operation is still valid. |
ConfigImporter::createExtensionChangelist | function | core/ |
Populates the extension change list. |
ConfigImporter::doSyncStep | function | core/ |
Calls a config import step. |
ConfigImporter::finish | function | core/ |
Finishes the batch. |
ConfigImporter::getEmptyExtensionsProcessedList | function | core/ |
Gets an empty list of extensions to process. |
ConfigImporter::getErrors | function | core/ |
Returns error messages created while running the import. |
ConfigImporter::getExtensionChangelist | function | core/ |
Gets a list changes for extensions. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.