Search for import
- Search 7.x for import
- Search 9.5.x for import
- Search 8.9.x for import
- Search 10.3.x for import
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
|
| ImporterTest | class | core/ |
Tests the Default Content Importer. |
| ImporterTest.php | file | core/ |
|
| ImporterTest::$modules | property | core/ |
|
| ImporterTest::$wasSyncing | property | core/ |
Whether the imported content entities were syncing. |
| ImporterTest::getSubscribedEvents | function | core/ |
|
| ImporterTest::onPreEntityImport | function | core/ |
Modify entity data before it is imported. |
| ImporterTest::onPreSave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for entity_test entities. |
| ImporterTest::setUp | function | core/ |
|
| ImporterTest::testChangeDataOnImport | function | core/ |
Tests changing entity data upon import. |
| 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. |
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.