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 |
---|---|---|---|
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. |
ImportOpmlTest | class | core/ |
Tests OPML import. |
ImportOpmlTest.php | file | core/ |
|
ImportOpmlTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ImportOpmlTest::$modules | property | core/ |
Modules to install. |
ImportOpmlTest::openImportForm | function | core/ |
Opens OPML import form. |
ImportOpmlTest::setUp | function | core/ |
|
ImportOpmlTest::submitImportForm | function | core/ |
Submits form with invalid, empty, and valid OPML files. |
ImportOpmlTest::testOpmlImport | function | core/ |
Tests the import of an OPML file. |
ImportOpmlTest::validateImportFormFields | function | core/ |
Submits form filled with invalid fields. |
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 enable. |
ImportStorageTransformerTest::setUp | function | core/ |
|
ImportStorageTransformerTest::testTransform | function | core/ |
Test the import transformation. |
ImportStorageTransformerTest::testTransformLocked | function | core/ |
Test that the import transformer throws an exception. |
ImportStorageTransformerTest::testTransformWhileImporting | function | core/ |
Test the import transformer during a running config import. |
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::importEditors | function | core/ |
Imports editors. |
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. |
ItemsImporter | class | core/ |
Defines an importer of aggregator items. |
ItemsImporter.php | file | core/ |
|
ItemsImporter::$config | property | core/ |
The aggregator.settings config object. |
ItemsImporter::$fetcherManager | property | core/ |
The aggregator fetcher manager. |
ItemsImporter::$logger | property | core/ |
A logger instance. |
ItemsImporter::$parserManager | property | core/ |
The aggregator parser manager. |
ItemsImporter::$processorManager | property | core/ |
The aggregator processor manager. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.