Search for import
- Search 7.x for import
- Search 8.9.x for import
- Search 10.3.x for import
- Search 11.x for import
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ImageImportTest::$modules | property | core/ |
Modules to enable. |
ImageImportTest::testImport | function | core/ |
Tests importing image styles. |
import1.css | file | core/ |
ul, select { font: 1em/160% Verdana, sans-serif; color: #494949; } .ui-icon{background-image: url(images/icon.png);} /* Test data URI images with different quote styles. */ .data .double-quote { /* http://stackoverflow.com/a/13139830/11023 */ … |
import2.css | file | core/ |
p, select { font: 1em/160% Verdana, sans-serif; color: #494949; } |
ImportableEntityStorageInterface | interface | core/ |
Provides an interface for responding to configuration imports. |
ImportableEntityStorageInterface.php | file | core/ |
|
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. |
ImportAwareInterface | interface | core/ |
Interface for plugins that react to pre- or post-import events. |
ImportAwareInterface.php | file | core/ |
|
ImportAwareInterface::postImport | function | core/ |
Performs post-import tasks. |
ImportAwareInterface::preImport | function | core/ |
Performs pre-import tasks. |
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/ |
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. |
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.