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 |
---|---|---|---|
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/ |
Instantiates a new instance of this class. |
ImportForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
ImportForm::submitForm | function | core/ |
Form submission handler. |
ImportForm::validateForm | function | core/ |
Form validation handler. |
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. |
ImportStorageTransformerTest | class | core/ |
Tests the import storage transformer. |
ImportStorageTransformerTest.php | file | core/ |
|
ImportStorageTransformerTest::$modules | property | core/ |
Modules to install. |
ImportStorageTransformerTest::setUp | function | core/ |
|
ImportStorageTransformerTest::testTransform | function | core/ |
Tests the import transformation. |
ImportStorageTransformerTest::testTransformLocked | function | core/ |
Tests that the import transformer throws an exception. |
ImportStorageTransformerTest::testTransformWhileImporting | function | core/ |
Tests the import transformer during a running config import. |
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. |
KernelTestBase::$configImporter | property | core/ |
@todo Move into Config test base class. |
LanguageConfigOverrideImportTest | class | core/ |
Ensures the language config overrides can be synchronized. |
LanguageConfigOverrideImportTest.php | file | core/ |
|
LanguageConfigOverrideImportTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
LanguageConfigOverrideImportTest::$modules | property | core/ |
Modules to install. |
LanguageConfigOverrideImportTest::testConfigOverrideImport | function | core/ |
Tests that language can be enabled and overrides are created during a sync. |
LanguageConfigOverrideImportTest::testConfigOverrideImportEvents | function | core/ |
Tests that configuration events are not fired during a sync of overrides. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.