Search for import

  1. Search 7.x for import
  2. Search 8.9.x for import
  3. Search 10.3.x for import
  4. Search 11.x for import
  5. Other projects
Title Object type File name Summary
ConfigUninstallViaCliImportTest::testConfigUninstallViaCli function core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php Tests that the config module can be uninstalled via CLI config import.
config_import_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\ConfigImportSubscriber
config_import_test.event_subscriber service core/modules/config/tests/config_import_test/config_import_test.services.yml Drupal\config_import_test\EventSubscriber
config_import_test.info.yml file core/modules/config/tests/config_import_test/config_import_test.info.yml core/modules/config/tests/config_import_test/config_import_test.info.yml
config_import_test.module file core/modules/config/tests/config_import_test/config_import_test.module Provides configuration import test helpers.
config_import_test.services.yml file core/modules/config/tests/config_import_test/config_import_test.services.yml core/modules/config/tests/config_import_test/config_import_test.services.yml
config_import_test_config_import_steps_alter function core/modules/config/tests/config_import_test/config_import_test.module Implements hook_config_import_steps_alter().
ContentEntityNullStorageTest::testDeleteThroughImport function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php Tests deleting a contact form entity via a configuration import.
ContentTranslationConfigImportTest class core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php Tests content translation updates performed during config import.
ContentTranslationConfigImportTest.php file core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php
ContentTranslationConfigImportTest::$configImporter property core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php Config Importer object used for testing.
ContentTranslationConfigImportTest::$modules property core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php Modules to enable.
ContentTranslationConfigImportTest::setUp function core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php
ContentTranslationConfigImportTest::testConfigImportUpdates function core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php Tests config import updates.
content_moderation.config_import_subscriber service core/modules/content_moderation/content_moderation.services.yml Drupal\content_moderation\EventSubscriber\ConfigImportSubscriber
CssCollectionOptimizerUnitTest::testCssImport function core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerUnitTest.php Test that css imports with strange letters do not destroy the css output.
css_input_without_import.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_without_import.css Basic css that does not use import
css_input_without_import.css.optimized.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_without_import.css.optimized.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;color:#494949;}.this
.is
.a
.test{font:1em/100% Verdana,sans-serif;color:#494949;}some :pseudo…
css_input_with_import.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css @import 'import1.css';
@import "import2.css";
@import url('import1.css');
@import…
css_input_with_import.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css @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/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css.optimized.aggregated.css @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/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css.optimized.css 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/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css.optimized.css 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/lib/Drupal/Core/Command/DbImportCommand.php Provides a command to import the current database from a script.
DbImportCommand.php file core/lib/Drupal/Core/Command/DbImportCommand.php
DbImportCommand::configure function core/lib/Drupal/Core/Command/DbImportCommand.php
DbImportCommand::execute function core/lib/Drupal/Core/Command/DbImportCommand.php
DbImportCommand::runScript function core/lib/Drupal/Core/Command/DbImportCommand.php Run the database script.
DbImportCommandTest class core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php Test that the DbImportCommand works correctly.
DbImportCommandTest.php file core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php
DbImportCommandTest::$modules property core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php Modules to enable.
DbImportCommandTest::$tables property core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php Tables that should be part of the exported script.
DbImportCommandTest::testDbImportCommand function core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php Tests the command directly.
DbToolsApplicationTest::testImportCommandRegistration function core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php Tests that the dump command is correctly registered.
DCOM58Test::testIssueWithNamespacesOrImports function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DefaultLangcode::import function core/modules/language/src/Plugin/migrate/destination/DefaultLangcode.php Import the row.
DocParser::$ignoreNotImportedAnnotations property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Whether annotations that have not been imported should be ignored.
DocParser::$imports property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Hashmap containing all use-statements that are to be used when parsing
the given doc block.
DocParser::setIgnoreNotImportedAnnotations function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Sets ignore on not-imported annotations.
DocParser::setImports function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Sets the imports.
DummyDestination::import function core/modules/migrate/tests/modules/migrate_events_test/src/Plugin/migrate/destination/DummyDestination.php Import the row.
entity.bundle_config_import_validator service core/core.services.yml Drupal\Core\Entity\Event\BundleConfigImportValidate
EntityBlock::import function core/modules/block/src/Plugin/migrate/destination/EntityBlock.php Import the row.
EntityComment::import function core/modules/comment/src/Plugin/migrate/destination/EntityComment.php Import the row.
EntityCommentType::import function core/modules/comment/src/Plugin/migrate/destination/EntityCommentType.php Import the row.
EntityConfigBase::import function core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php Import the row.
EntityContentBase::import function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php
EntityContentBaseTest::testImport function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Tests basic entity save.
EntityContentBaseTest::testImportEntityLoadFailure function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Tests row skipping when we can't get an entity to save.
EntityImageStyle::import function core/modules/image/src/Plugin/migrate/destination/EntityImageStyle.php Import the row.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.