You are here

60 string references to config.storage.sync in Zircon Profile 8.0

AssertConfigEntityImportTrait::assertConfigEntityImport in core/modules/config/src/Tests/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/modules/config/src/Tests/ConfigDiffTest.php
Tests calculating the difference between two sets of config collections.
ConfigDiffTest::testDiff in core/modules/config/src/Tests/ConfigDiffTest.php
Tests calculating the difference between two sets of configuration.
ConfigEntityImportTest::setUp in core/modules/system/src/Tests/Entity/ConfigEntityImportTest.php
Sets up a Drupal site for running functional and integration tests.
ConfigExportImportUITest::testExportImport in core/modules/config/src/Tests/ConfigExportImportUITest.php
Tests a simple site export import case.
ConfigImportAllTest::testInstallUninstall in core/modules/config/src/Tests/ConfigImportAllTest.php
Tests that a fixed set of modules can be installed and uninstalled.
ConfigImporterMissingContentTest::setUp in core/modules/config/src/Tests/ConfigImporterMissingContentTest.php
Performs setup tasks before each individual test method is run.
ConfigImporterMissingContentTest::testMissingContent in core/modules/config/src/Tests/ConfigImporterMissingContentTest.php
Tests the missing content event is fired.
ConfigImporterTest::setUp in core/modules/config/src/Tests/ConfigImporterTest.php
Performs setup tasks before each individual test method is run.
ConfigImporterTest::testDeleted in core/modules/config/src/Tests/ConfigImporterTest.php
Tests deletion of configuration during import.
ConfigImporterTest::testInstallProfile in core/modules/config/src/Tests/ConfigImporterTest.php
Tests install profile validation during configuration import.
ConfigImporterTest::testMissingCoreExtension in core/modules/config/src/Tests/ConfigImporterTest.php
Tests missing core.extension during configuration import.
ConfigImporterTest::testNew in core/modules/config/src/Tests/ConfigImporterTest.php
Tests creation of configuration during import.
ConfigImporterTest::testSecondaryUpdateDeletedDeleteeFirst in core/modules/config/src/Tests/ConfigImporterTest.php
Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedDeleterFirst in core/modules/config/src/Tests/ConfigImporterTest.php
Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryWritePrimaryFirst in core/modules/config/src/Tests/ConfigImporterTest.php
Tests that secondary writes are overwritten.
ConfigImporterTest::testSecondaryWriteSecondaryFirst in core/modules/config/src/Tests/ConfigImporterTest.php
Tests that secondary writes are overwritten.
ConfigImporterTest::testSiteUuidValidate in core/modules/config/src/Tests/ConfigImporterTest.php
Tests verification of site UUID before importing configuration.
ConfigImporterTest::testUnmetDependency in core/modules/config/src/Tests/ConfigImporterTest.php
Tests dependency validation during configuration import.
ConfigImporterTest::testUpdated in core/modules/config/src/Tests/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/src/Tests/ConfigImportInstallProfileTest.php
Sets up a Drupal site for running functional and integration tests.
ConfigImportInstallProfileTest::testInstallProfileValidation in core/modules/config/src/Tests/ConfigImportInstallProfileTest.php
Tests config importer cannot uninstall install profiles.
ConfigImportRecreateTest::setUp in core/modules/config/src/Tests/ConfigImportRecreateTest.php
Performs setup tasks before each individual test method is run.
ConfigImportRecreateTest::testRecreateEntity in core/modules/config/src/Tests/ConfigImportRecreateTest.php
ConfigImportRenameValidationTest::setUp in core/modules/config/src/Tests/ConfigImportRenameValidationTest.php
Performs setup tasks before each individual test method is run.
ConfigImportRenameValidationTest::testRenameSimpleConfigValidation in core/modules/config/src/Tests/ConfigImportRenameValidationTest.php
Tests configuration renaming validation for simple configuration.
ConfigImportRenameValidationTest::testRenameValidation in core/modules/config/src/Tests/ConfigImportRenameValidationTest.php
Tests configuration renaming validation.
ConfigImportUITest::prepareSiteNameUpdate in core/modules/config/src/Tests/ConfigImportUITest.php
ConfigImportUITest::setUp in core/modules/config/src/Tests/ConfigImportUITest.php
Sets up a Drupal site for running functional and integration tests.
ConfigImportUITest::testConfigUninstallConfigException in core/modules/config/src/Tests/ConfigImportUITest.php
ConfigImportUITest::testEntityBundleDelete in core/modules/config/src/Tests/ConfigImportUITest.php
Tests the config importer cannot delete bundles with existing entities.
ConfigImportUITest::testExtensionValidation in core/modules/config/src/Tests/ConfigImportUITest.php
Tests config importer cannot uninstall extensions which are depended on.
ConfigImportUITest::testImport in core/modules/config/src/Tests/ConfigImportUITest.php
Tests importing configuration.
ConfigImportUITest::testImportDiff in core/modules/config/src/Tests/ConfigImportUITest.php
Tests the screen that shows differences between active and sync.
ConfigImportUITest::testImportErrorLog in core/modules/config/src/Tests/ConfigImportUITest.php
Tests an import that results in an error.
ConfigImportUITest::testImportSiteUuidValidation in core/modules/config/src/Tests/ConfigImportUITest.php
Tests verification of site UUID before importing configuration.
ConfigOverrideTest::setUp in core/modules/config/src/Tests/ConfigOverrideTest.php
Performs setup tasks before each individual test method is run.
ConfigOverrideTest::testConfOverride in core/modules/config/src/Tests/ConfigOverrideTest.php
Tests configuration override.
ConfigSnapshotTest::setUp in core/modules/config/src/Tests/ConfigSnapshotTest.php
Performs setup tasks before each individual test method is run.
ConfigSnapshotTest::testSnapshot in core/modules/config/src/Tests/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.
ContentEntityNullStorageTest::testDeleteThroughImport in core/modules/system/src/Tests/Entity/ContentEntityNullStorageTest.php
Tests deleting a contact form entity via a configuration import.
ContentTranslationConfigImportTest::setUp in core/modules/content_translation/src/Tests/ContentTranslationConfigImportTest.php
Performs setup tasks before each individual test method is run.
ContentTranslationConfigImportTest::testConfigImportUpdates in core/modules/content_translation/src/Tests/ContentTranslationConfigImportTest.php
Tests config import updates.
FieldImportChangeTest::testImportChange in core/modules/field/src/Tests/FieldImportChangeTest.php
Tests importing an updated field.
FieldImportCreateTest::testImportCreate in core/modules/field/src/Tests/FieldImportCreateTest.php
Tests creating field storages and fields during config import.
FieldImportDeleteTest::testImportDelete in core/modules/field/src/Tests/FieldImportDeleteTest.php
Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall in core/modules/field/src/Tests/FieldImportDeleteUninstallTest.php
Tests purging already deleted field storages and fields during a config import.
FieldImportDeleteUninstallTest::testImportDeleteUninstall in core/modules/field/src/Tests/FieldImportDeleteUninstallTest.php
Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall in core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php
Tests deleting field storages and fields as part of config import.
ImageAdminStylesTest::testConfigImport in core/modules/image/src/Tests/ImageAdminStylesTest.php
Tests image style configuration import that does a delete.
KernelTestBase::configImporter in core/tests/Drupal/KernelTests/KernelTestBase.php
Returns a ConfigImporter object to import test configuration.
LanguageConfigOverrideImportTest::testConfigOverrideImport in core/modules/language/src/Tests/LanguageConfigOverrideImportTest.php
Tests that language can be enabled and overrides are created during a sync.
LanguageConfigOverrideImportTest::testConfigOverrideImportEvents in core/modules/language/src/Tests/LanguageConfigOverrideImportTest.php
Tests that configuration events are not fired during a sync of overrides.
NodeImportChangeTest::testImportChange in core/modules/node/src/Tests/Config/NodeImportChangeTest.php
Tests importing an updated content type.
NodeImportCreateTest::testImportCreate in core/modules/node/src/Tests/Config/NodeImportCreateTest.php
Tests creating a content type during config import.
OptionsFloatFieldImportTest::testImport in core/modules/options/src/Tests/OptionsFloatFieldImportTest.php
Tests that importing list_float fields works.
TestBase::configImporter in core/modules/simpletest/src/TestBase.php
Returns a ConfigImporter object to import test importing of configuration.