You are here

72 string references to config.storage in Zircon Profile 8

AssertConfigEntityImportTrait::assertConfigEntityImport in core/modules/config/src/Tests/AssertConfigEntityImportTrait.php
Asserts that a config entity can be imported without changing it.
BlockStorageUnitTest::deleteTests in core/modules/block/src/Tests/BlockStorageUnitTest.php
Tests the deleting of blocks.
ConfigAfterInstallerTestBase::assertInstalledConfig in core/modules/system/src/Tests/Installer/ConfigAfterInstallerTestBase.php
Ensures that all the installed config looks like the exported one.
ConfigController::create in core/modules/config/src/Controller/ConfigController.php
Instantiates a new instance of this class.
ConfigCRUDTest::testCRUD in core/modules/config/src/Tests/ConfigCRUDTest.php
Tests CRUD operations.
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.
ConfigEventsTest::testConfigEvents in core/modules/config/src/Tests/ConfigEventsTest.php
Tests configuration events.
ConfigExportImportUITest::testExportImport in core/modules/config/src/Tests/ConfigExportImportUITest.php
Tests a simple site export import case.
ConfigExportImportUITest::testExportImportCollections in core/modules/config/src/Tests/ConfigExportImportUITest.php
Tests an export and import of collections.
ConfigExportUITest::testExport in core/modules/config/src/Tests/ConfigExportUITest.php
Tests export of configuration.
ConfigFileContentTest::testReadWriteConfig in core/modules/config/src/Tests/ConfigFileContentTest.php
Tests setting, writing, and reading of a configuration setting.
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::testNew in core/modules/config/src/Tests/ConfigImporterTest.php
Tests creation of configuration during import.
ConfigImporterTest::testSecondaryDeletedDeleteeSecond in core/modules/config/src/Tests/ConfigImporterTest.php
Tests that secondary deletes for deleted files work as expected.
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::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.
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::setUp in core/modules/config/src/Tests/ConfigImportUITest.php
Sets up a Drupal site for running functional and integration tests.
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.
ConfigInstallTest::testCollectionInstallationCollectionConfigEntity in core/modules/config/src/Tests/ConfigInstallTest.php
Tests collections which do not support config entities install correctly.
ConfigInstallTest::testCollectionInstallationCollections in core/modules/config/src/Tests/ConfigInstallTest.php
Tests config objects in collections are installed as expected.
ConfigInstallTest::testCollectionInstallationNoCollections in core/modules/config/src/Tests/ConfigInstallTest.php
Tests that collections are ignored if the event does not return anything.
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.
ConfigSingleExportForm::create in core/modules/config/src/Form/ConfigSingleExportForm.php
Instantiates a new instance of this class.
ConfigSingleImportForm::create in core/modules/config/src/Form/ConfigSingleImportForm.php
Instantiates a new instance of this class.
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.
ContentLanguageSettingsUnitTest::setUp in core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
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.
DefaultConfigTest::testModuleConfig in core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php
Tests if installed config is equal to the exported config.
DependencyTest::testEnableWithoutDependency in core/modules/system/src/Tests/Module/DependencyTest.php
Attempts to enable the Content Translation module without Language enabled.
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.
InstallerServiceProvider::register in core/lib/Drupal/Core/Installer/InstallerServiceProvider.php
Registers services to the container.
KernelTestBase::configImporter in core/tests/Drupal/KernelTests/KernelTestBase.php
Returns a ConfigImporter object to import test configuration.
KernelTestBase::enableModules in core/tests/Drupal/KernelTests/KernelTestBase.php
Enables modules for this test.
KernelTestBase::enableModules in core/modules/simpletest/src/KernelTestBase.php
Enables modules for this test.
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.
LocalActionsAndTasksConvertedIntoBlocksUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php
Tests that local actions/tasks are being converted into blocks.
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.
PageTitleConvertedIntoBlockUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/PageTitleConvertedIntoBlockUpdateTest.php
Tests that page title is being converted into a block.
RecalculatedDependencyTest::testUpdate in core/modules/system/src/Tests/Update/RecalculatedDependencyTest.php
Ensures that the entities are resaved so they have the new dependency.
SiteBrandingConvertedIntoBlockUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php
Tests that site branding elements are being converted into blocks.
TestBase::configImporter in core/modules/simpletest/src/TestBase.php
Returns a ConfigImporter object to import test importing of configuration.
TestViewsTest::testDefaultConfig in core/modules/views/src/Tests/TestViewsTest.php
Tests default configuration data type.