You are here

70 string references to config.storage.sync in Drupal 9

AssertConfigEntityImportTrait::assertConfigEntityImport in core/modules/config/tests/src/Traits/AssertConfigEntityImportTrait.php
Asserts that a config entity can be imported without changing it.
ConfigController::create in core/modules/config/src/Controller/ConfigController.php
Instantiates a new instance of this class.
ConfigDiffTest::testCollectionDiff in core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php
Tests calculating the difference between two sets of config collections.
ConfigDiffTest::testDiff in core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php
Tests calculating the difference between two sets of configuration.
ConfigEntityImportTest::testConfigUpdateImport in core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php
Runs test methods for each module within a single test run.
ConfigExportImportUITest::testExportImport in core/modules/config/tests/src/Functional/ConfigExportImportUITest.php
Tests a simple site export import case.
ConfigImportAllTest::testInstallUninstall in core/modules/config/tests/src/Functional/ConfigImportAllTest.php
Tests that a fixed set of modules can be installed and uninstalled.
ConfigImporterMissingContentTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImporterMissingContentTest::testMissingContent in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
Tests the missing content event is fired.
ConfigImporterTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
ConfigImporterTest::testDeleted in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests deletion of configuration during import.
ConfigImporterTest::testInstallProfile in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests install profile validation during configuration import.
ConfigImporterTest::testInstallProfileMisMatch in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests install profile validation during configuration import.
ConfigImporterTest::testIsSyncingInHooks in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests the isSyncing flags.
ConfigImporterTest::testMissingCoreExtension in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests missing core.extension during configuration import.
ConfigImporterTest::testNew in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests creation of configuration during import.
ConfigImporterTest::testSecondaryUpdateDeletedDeleteeFirst in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedDeleterFirst in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryWritePrimaryFirst in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that secondary writes are overwritten.
ConfigImporterTest::testSecondaryWriteSecondaryFirst in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that secondary writes are overwritten.
ConfigImporterTest::testSiteUuidValidate in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests verification of site UUID before importing configuration.
ConfigImporterTest::testUnmetDependency in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests dependency validation during configuration import.
ConfigImporterTest::testUpdated in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests updating of configuration during import.
ConfigImportForm::create in core/modules/config/src/Form/ConfigImportForm.php
Instantiates a new instance of this class.
ConfigImportInstallProfileTest::setUp in core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php
ConfigImportInstallProfileTest::testInstallProfileValidation in core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php
Tests config importer cannot uninstall install profiles.
ConfigImportRecreateTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php
ConfigImportRecreateTest::testRecreateEntity in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php
ConfigImportRenameValidationTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
ConfigImportRenameValidationTest::testRenameSimpleConfigValidation in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
Tests configuration renaming validation for simple configuration.
ConfigImportRenameValidationTest::testRenameValidation in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
Tests configuration renaming validation.
ConfigImportUITest::prepareSiteNameUpdate in core/modules/config/tests/src/Functional/ConfigImportUITest.php
ConfigImportUITest::setUp in core/modules/config/tests/src/Functional/ConfigImportUITest.php
ConfigImportUITest::testConfigUninstallConfigException in core/modules/config/tests/src/Functional/ConfigImportUITest.php
ConfigImportUITest::testEntityBundleDelete in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests the config importer cannot delete bundles with existing entities.
ConfigImportUITest::testExtensionValidation in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests config importer cannot uninstall extensions which are depended on.
ConfigImportUITest::testImport in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests importing configuration.
ConfigImportUITest::testImportDiff in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests the screen that shows differences between active and sync.
ConfigImportUITest::testImportErrorLog in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests an import that results in an error.
ConfigImportUITest::testImportSiteUuidValidation in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests verification of site UUID before importing configuration.
ConfigOverrideTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php
ConfigOverrideTest::testConfOverride in core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php
Tests configuration override.
ConfigSnapshotTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php
ConfigSnapshotTest::testSnapshot in core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php
Tests config snapshot creation and updating.
ConfigSync::create in core/modules/config/src/Form/ConfigSync.php
Instantiates a new instance of this class.
ConfigTestTrait::configImporter in core/tests/Drupal/Tests/ConfigTestTrait.php
Returns a ConfigImporter object to import test configuration.
ConfigUninstallViaCliImportTest::setUp in core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php
ConfigUninstallViaCliImportTest::testConfigUninstallViaCli in core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php
Tests that the config module can be uninstalled via CLI config import.
ContentEntityNullStorageTest::testDeleteThroughImport in core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php
Tests deleting a contact form entity via a configuration import.
ContentModerationWorkflowConfigTest::setUp in core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php
ContentModerationWorkflowConfigTest::testDeletingStateViaConfiguration in core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php
Tests deleting a state via config import.
ContentTranslationConfigImportTest::setUp in core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php
ContentTranslationConfigImportTest::testConfigImportUpdates in core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php
Tests config import updates.
FieldImportChangeTest::testImportChange in core/modules/field/tests/src/Kernel/FieldImportChangeTest.php
Tests importing an updated field.
FieldImportCreateTest::testImportCreate in core/modules/field/tests/src/Kernel/FieldImportCreateTest.php
Tests creating field storages and fields during config import.
FieldImportDeleteTest::testImportDelete in core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php
Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall in core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php
Tests purging already deleted field storages and fields during a config import.
FieldImportDeleteUninstallTest::testImportDeleteUninstall in core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php
Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall in core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php
Tests deleting field storages and fields as part of config import.
ImageAdminStylesTest::testConfigImport in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
Tests image style configuration import that does a delete.
install_config_import_batch in core/includes/install.core.inc
Creates a batch for the config importer to process.
install_config_revert_install_changes in core/includes/install.core.inc
Reverts configuration if hook_install() implementations have made changes.
LanguageConfigOverrideImportTest::testConfigOverrideImport in core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php
Tests that language can be enabled and overrides are created during a sync.
LanguageConfigOverrideImportTest::testConfigOverrideImportEvents in core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php
Tests that configuration events are not fired during a sync of overrides.
NodeImportChangeTest::testImportChange in core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php
Tests importing an updated content type.
NodeImportCreateTest::testImportCreate in core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php
Tests creating a content type during config import.
OptionsFloatFieldImportTest::testImport in core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php
Tests that importing list_float fields works.
OverriddenConfigImportTest::setUp in core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php
OverriddenConfigImportTest::testConfigImportUpdates in core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php
Tests importing overridden config alongside config in the default language.
TransformedConfigExportImportUITest::setUp in core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php