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 |
---|---|---|---|
ConfigSubscriber::onConfigImporterValidate | function | core/ |
Checks that the Configuration module is not being uninstalled. |
ConfigSync::$importTransformer | property | core/ |
The import transformer service. |
ConfigTest::testImport | function | core/ |
Tests the import method. |
ConfigTest::testLanguageImport | function | core/ |
Tests the import method. |
ConfigTestStorage::importCreate | function | core/ |
Creates entities upon synchronizing configuration changes. |
ConfigTestStorage::importDelete | function | core/ |
Delete entities upon synchronizing configuration changes. |
ConfigTestStorage::importUpdate | function | core/ |
Updates entities upon synchronizing configuration changes. |
ConfigTestTrait::configImporter | function | core/ |
Returns a ConfigImporter object to import test configuration. |
ConfigUninstallViaCliImportTest | class | core/ |
Tests importing configuration from files into active configuration. |
ConfigUninstallViaCliImportTest.php | file | core/ |
|
ConfigUninstallViaCliImportTest::$configImporter | property | core/ |
Config Importer object used for testing. |
ConfigUninstallViaCliImportTest::$modules | property | core/ |
Modules to install. |
ConfigUninstallViaCliImportTest::setUp | function | core/ |
|
ConfigUninstallViaCliImportTest::testConfigUninstallViaCli | function | core/ |
Tests that the config module can be uninstalled via CLI config import. |
config_import_subscriber | service | core/ |
Drupal\Core\EventSubscriber\ConfigImportSubscriber |
config_import_test.event_subscriber | service | core/ |
Drupal\config_import_test\EventSubscriber |
config_import_test.info.yml | file | core/ |
core/modules/config/tests/config_import_test/config_import_test.info.yml |
config_import_test.module | file | core/ |
Provides configuration import test helpers. |
config_import_test.services.yml | file | core/ |
core/modules/config/tests/config_import_test/config_import_test.services.yml |
config_import_test_config_import_steps_alter | function | core/ |
Implements hook_config_import_steps_alter(). |
ContentEntityNullStorageTest::testDeleteThroughImport | function | core/ |
Tests deleting a contact form entity via a configuration import. |
ContentImportTest | class | core/ |
@covers \Drupal\Core\DefaultContent\Importer @group DefaultContent @group Recipe |
ContentImportTest.php | file | core/ |
|
ContentImportTest::$contentDir | property | core/ |
|
ContentImportTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ContentImportTest::$modules | property | core/ |
Modules to install. |
ContentImportTest::assertContentWasImported | function | core/ |
Asserts that the default content was imported as expected. |
ContentImportTest::providerImportEntityThatAlreadyExists | function | core/ |
|
ContentImportTest::setUp | function | core/ |
|
ContentImportTest::testDirectContentImport | function | core/ |
Tests importing content directly, via the API. |
ContentImportTest::testEntityValidationIsTriggered | function | core/ |
Tests that the importer validates entities before saving them. |
ContentImportTest::testImportEntityThatAlreadyExists | function | core/ |
@dataProvider providerImportEntityThatAlreadyExists |
ContentTranslationConfigImportTest | class | core/ |
Tests content translation updates performed during config import. |
ContentTranslationConfigImportTest.php | file | core/ |
|
ContentTranslationConfigImportTest::$configImporter | property | core/ |
Config Importer object used for testing. |
ContentTranslationConfigImportTest::$modules | property | core/ |
Modules to install. |
ContentTranslationConfigImportTest::setUp | function | core/ |
|
ContentTranslationConfigImportTest::testConfigImportUpdates | function | core/ |
Tests config import updates. |
content_moderation.config_import_subscriber | service | core/ |
Drupal\content_moderation\EventSubscriber\ConfigImportSubscriber |
CssCollectionOptimizerLazyUnitTest::testCssImport | function | core/ |
Tests that CSS imports with strange letters do not destroy the CSS output. |
CssCollectionOptimizerUnitTest::testCssImport | function | core/ |
Tests that CSS imports with strange letters do not destroy the CSS output. |
css_input_without_import.css | file | core/ |
Basic css that does not use import |
css_input_without_import.css.optimized.css | file | core/ |
body{margin:0;padding:0;background:#edf5fa;font:76%/170% Verdana,sans-serif;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;}some :pseudo… |
css_input_with_import.css | file | core/ |
@import 'import1.css'; @import "import2.css"; @import url('import1.css'); @import… |
css_input_with_import.css | file | core/ |
@import "../import1.css"; @import "../import2.css"; body { margin: 0; padding: 0; background: #edf5fa; font: 76%/170% Verdana, sans-serif; color: #494949; } .this .is .a .test { font: 1em/100% Verdana, sans-serif; … |
css_input_with_import.css.optimized.aggregated.css | file | core/ |
@import url("https://fonts.fontprovider.com/css2?family=Roboto+Mono:wght@300;400&family=Roboto:ital,wght@0,300;0,400;1,300;1,400&display=swap") print;@import url('import1.css') screen;@import… |
css_input_with_import.css.optimized.css | file | core/ |
ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(../images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data… |
css_input_with_import.css.optimized.css | file | core/ |
ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data… |
DbImportCommand | class | core/ |
Provides a command to import the current database from a script. |
DbImportCommand.php | file | core/ |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.