Search for import
- Search 7.x for import
- Search 9.5.x for import
- Search 8.9.x for import
- Search 11.x for import
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ImportableEntityStorageInterface::importCreate | function | core/ |
Creates entities upon synchronizing configuration changes. |
ImportableEntityStorageInterface::importDelete | function | core/ |
Delete entities upon synchronizing configuration changes. |
ImportableEntityStorageInterface::importRename | function | core/ |
Renames entities upon synchronizing configuration changes. |
ImportableEntityStorageInterface::importUpdate | function | core/ |
Updates entities upon synchronizing configuration changes. |
Importer | class | core/ |
A service for handling import of content. |
Importer.php | file | core/ |
|
Importer::$dependencies | property | core/ |
The dependencies of the currently importing entity, if any. |
Importer::copyFileAssociatedWithEntity | function | core/ |
Copies a file from default content directory to the site's file system. |
Importer::getCustomSerializedPropertyNames | function | core/ |
Gets the names of all properties the plugin treats as serialized data. |
Importer::importContent | function | core/ |
Imports content entities from disk. |
Importer::loadEntityDependency | function | core/ |
Loads the entity dependency by its UUID. |
Importer::setFieldValues | function | core/ |
Sets field values based on the normalized data. |
Importer::toEntity | function | core/ |
Converts an array of content entity data to a content entity object. |
Importer::verifyNormalizedLanguage | function | core/ |
Verifies that the site knows the default language of the normalized entity. |
Importer::__construct | function | core/ |
|
ImportException | class | core/ |
Exception thrown when there is an error importing content. |
ImportException.php | file | core/ |
|
ImportForm | class | core/ |
Form constructor for the translation import screen. |
ImportForm.php | file | core/ |
|
ImportForm::$file | property | core/ |
Uploaded file entity. |
ImportForm::$languageManager | property | core/ |
The configurable language manager. |
ImportForm::$moduleHandler | property | core/ |
The module handler service. |
ImportForm::buildForm | function | core/ |
Form constructor for the translation import screen. |
ImportForm::create | function | core/ |
|
ImportForm::getFormId | function | core/ |
|
ImportForm::submitForm | function | core/ |
|
ImportForm::validateForm | function | core/ |
|
ImportForm::__construct | function | core/ |
Constructs a form for language import. |
ImportStorageTransformer | class | core/ |
The import storage transformer helps to use the configuration management api. |
ImportStorageTransformer.php | file | core/ |
|
ImportStorageTransformer::$connection | property | core/ |
The drupal database connection. |
ImportStorageTransformer::$eventDispatcher | property | core/ |
The event dispatcher to get changes to the configuration. |
ImportStorageTransformer::$persistentLock | property | core/ |
The persistent lock which the config importer uses across requests. |
ImportStorageTransformer::$requestLock | property | core/ |
The normal lock for the duration of the request. |
ImportStorageTransformer::LOCK_NAME | constant | core/ |
The name used to identify the lock. |
ImportStorageTransformer::transform | function | core/ |
Transform the storage to be imported from. |
ImportStorageTransformer::__construct | function | core/ |
ImportStorageTransformer constructor. |
InstallerTranslationMultipleLanguageNonInteractiveTest::verifyImportedStringsTranslated | function | core/ |
Helper function to verify that the expected strings are translated. |
InstallerTranslationMultipleLanguageTest::verifyImportedStringsTranslated | function | core/ |
Helper function to verify that the expected strings are translated. |
InstallHelper::deleteImportedContent | function | core/ |
Deletes any content imported by this module. |
InstallHelper::importContent | function | core/ |
Imports default contents. |
InstallHelper::importContentFromFile | function | core/ |
Imports content. |
InstallHelper::importUsers | function | core/ |
Imports users. |
install_config_import_batch | function | core/ |
Creates a batch for the config importer to process. |
install_import_translations | function | core/ |
Imports languages via a batch process during installation. |
LanguageConfigOverrideImportTest | class | core/ |
Ensures the language config overrides can be synchronized. |
LanguageConfigOverrideImportTest.php | file | core/ |
|
LanguageConfigOverrideImportTest::$defaultTheme | property | core/ |
|
LanguageConfigOverrideImportTest::$modules | property | core/ |
|
LanguageConfigOverrideImportTest::testConfigOverrideImport | function | core/ |
Tests that language can be enabled and overrides are created during a sync. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.