Search for import

  1. Search 7.x for import
  2. Search 9.5.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
field.field.entity_test.test_bundle_2.field_test_import_sync_2.yml file core/modules/field/tests/modules/field_test_config/sync/field.field.entity_test.test_bundle_2.field_test_import_sync_2.yml core/modules/field/tests/modules/field_test_config/sync/field.field.entity_test.test_bundle_2.field_test_import_sync_2.yml
field.storage.entity_test.field_test_import.yml file core/modules/field/tests/modules/field_test_config/config/install/field.storage.entity_test.field_test_import.yml core/modules/field/tests/modules/field_test_config/config/install/field.storage.entity_test.field_test_import.yml
field.storage.entity_test.field_test_import_2.yml file core/modules/field/tests/modules/field_test_config/config/install/field.storage.entity_test.field_test_import_2.yml core/modules/field/tests/modules/field_test_config/config/install/field.storage.entity_test.field_test_import_2.yml
field.storage.entity_test.field_test_import_sync.yml file core/modules/field/tests/modules/field_test_config/sync/field.storage.entity_test.field_test_import_sync.yml core/modules/field/tests/modules/field_test_config/sync/field.storage.entity_test.field_test_import_sync.yml
field.storage.entity_test.field_test_import_sync_2.yml file core/modules/field/tests/modules/field_test_config/sync/field.storage.entity_test.field_test_import_sync_2.yml core/modules/field/tests/modules/field_test_config/sync/field.storage.entity_test.field_test_import_sync_2.yml
FieldConfigStorage::importDelete function core/modules/field/src/FieldConfigStorage.php Delete entities upon synchronizing configuration changes.
FieldImportChangeTest class core/modules/field/tests/src/Kernel/FieldImportChangeTest.php Update field storage and fields during config change method invocation.
FieldImportChangeTest.php file core/modules/field/tests/src/Kernel/FieldImportChangeTest.php
FieldImportChangeTest::$modules property core/modules/field/tests/src/Kernel/FieldImportChangeTest.php Modules to enable.
FieldImportChangeTest::testImportChange function core/modules/field/tests/src/Kernel/FieldImportChangeTest.php Tests importing an updated field.
FieldImportCreateTest class core/modules/field/tests/src/Kernel/FieldImportCreateTest.php Create field storages and fields during config create method invocation.
FieldImportCreateTest.php file core/modules/field/tests/src/Kernel/FieldImportCreateTest.php
FieldImportCreateTest::testImportCreate function core/modules/field/tests/src/Kernel/FieldImportCreateTest.php Tests creating field storages and fields during config import.
FieldImportCreateTest::testImportCreateDefault function core/modules/field/tests/src/Kernel/FieldImportCreateTest.php Tests creating field storages and fields during default config import.
FieldImportDeleteTest class core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php Delete field storages and fields during config delete method invocation.
FieldImportDeleteTest.php file core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php
FieldImportDeleteTest::$modules property core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php Modules to enable.
FieldImportDeleteTest::testImportDelete function core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallTest class core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Delete field storages and fields during config synchronization and uninstall
module that provides the field type.
FieldImportDeleteUninstallTest.php file core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php
FieldImportDeleteUninstallTest::$modules property core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Modules to enable.
FieldImportDeleteUninstallTest::setUp function core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Set the default field storage backend for fields created during tests.
FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall function core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Tests purging already deleted field storages and fields during a config
import.
FieldImportDeleteUninstallTest::testImportDeleteUninstall function core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallUiTest class core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php Delete field storages and fields during config synchronization and uninstall
module that provides the field type through the UI.
FieldImportDeleteUninstallUiTest.php file core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php
FieldImportDeleteUninstallUiTest::$defaultTheme property core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php The theme to install as the default for testing.
FieldImportDeleteUninstallUiTest::$modules property core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php Modules to enable.
FieldImportDeleteUninstallUiTest::setUp function core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall function core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php Tests deleting field storages and fields as part of config import.
field_config_import_steps_alter function core/modules/field/field.module Implements hook_config_import_steps_alter().
field_form_config_admin_import_form_alter function core/modules/field/field.module Implements hook_form_FORM_ID_alter().
hook_config_import_steps_alter function core/core.api.php Alter the configuration synchronization steps.
ImageAdminStylesTest::testConfigImport function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Tests image style configuration import that does a delete.
ImageImportTest class core/modules/image/tests/src/Kernel/ImageImportTest.php Tests config import for Image styles.
ImageImportTest.php file core/modules/image/tests/src/Kernel/ImageImportTest.php
ImageImportTest::$modules property core/modules/image/tests/src/Kernel/ImageImportTest.php Modules to enable.
ImageImportTest::testImport function core/modules/image/tests/src/Kernel/ImageImportTest.php Tests importing image styles.
import1.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/import1.css 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/tests/Drupal/Tests/Core/Asset/css_test_files/import2.css p, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
ImportableEntityStorageInterface interface core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Provides an interface for responding to configuration imports.
ImportableEntityStorageInterface.php file core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php
ImportableEntityStorageInterface::importCreate function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Creates entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importDelete function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Delete entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importRename function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Renames entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importUpdate function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Updates entities upon synchronizing configuration changes.
ImportAwareInterface interface core/modules/migrate/src/Event/ImportAwareInterface.php Interface for plugins that react to pre- or post-import events.
ImportAwareInterface.php file core/modules/migrate/src/Event/ImportAwareInterface.php
ImportAwareInterface::postImport function core/modules/migrate/src/Event/ImportAwareInterface.php Performs post-import tasks.
ImportAwareInterface::preImport function core/modules/migrate/src/Event/ImportAwareInterface.php Performs pre-import tasks.

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