90 string references to config.storage in Drupal 8
- AssertConfigEntityImportTrait::assertConfigEntityImport in core/
modules/ config/ src/ Tests/ AssertConfigEntityImportTrait.php - Asserts that a config entity can be imported without changing it.
- AssertConfigEntityImportTrait::assertConfigEntityImport in core/
modules/ config/ tests/ src/ Traits/ AssertConfigEntityImportTrait.php - Asserts that a config entity can be imported without changing it.
- BlockStorageUnitTest::deleteTests in core/
modules/ block/ tests/ src/ Kernel/ BlockStorageUnitTest.php - Tests the deleting of blocks.
- ConfigAfterInstallerTestBase::assertInstalledConfig in core/
tests/ Drupal/ FunctionalTests/ Installer/ ConfigAfterInstallerTestBase.php - Ensures that all the installed config looks like the exported one.
- 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/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigCRUDTest.php - Tests CRUD operations.
- 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.
- ConfigEventsTest::testConfigEvents in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigEventsTest.php - Tests configuration events.
- ConfigExportImportUITest::testExportImport in core/
modules/ config/ tests/ src/ Functional/ ConfigExportImportUITest.php - Tests a simple site export import case.
- ConfigExportImportUITest::testExportImportCollections in core/
modules/ config/ tests/ src/ Functional/ ConfigExportImportUITest.php - Tests an export and import of collections.
- ConfigExportStorageTest::testExportStorage in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigExportStorageTest.php - Tests configuration override.
- ConfigExportUITest::testExport in core/
modules/ config/ tests/ src/ Functional/ ConfigExportUITest.php - Tests export of configuration.
- ConfigFileContentTest::testReadWriteConfig in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigFileContentTest.php - Tests setting, writing, and reading of a configuration setting.
- 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::testIsSyncingInHooks in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests the isSyncing flags.
- ConfigImporterTest::testNew in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests creation of configuration during import.
- ConfigImporterTest::testSecondaryDeletedDeleteeSecond in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests that secondary deletes for deleted files work as expected.
- 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::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.
- 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::setUp 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.
- ConfigInstallTest::testCollectionInstallationCollectionConfigEntity in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigInstallTest.php - Tests collections which do not support config entities install correctly.
- ConfigInstallTest::testCollectionInstallationCollections in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigInstallTest.php - Tests config objects in collections are installed as expected.
- ConfigInstallTest::testCollectionInstallationNoCollections in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigInstallTest.php - Tests that collections are ignored if the event does not return anything.
- 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.
- 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/
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 - ContentEntityNullStorageTest::testDeleteThroughImport in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ ContentEntityNullStorageTest.php - Tests deleting a contact form entity via a configuration import.
- ContentLanguageSettingsUnitTest::setUp in core/
modules/ language/ tests/ src/ Unit/ ContentLanguageSettingsUnitTest.php - ContentModerationWorkflowConfigTest::setUp in core/
modules/ content_moderation/ tests/ src/ Kernel/ ContentModerationWorkflowConfigTest.php - 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.
- DefaultConfigTest::doTestsOnConfigStorage in core/
tests/ Drupal/ KernelTests/ Config/ DefaultConfigTest.php - Tests that default config matches the installed config.
- DemoUmamiProfileTest::testConfig in core/
profiles/ demo_umami/ tests/ src/ Functional/ DemoUmamiProfileTest.php - Tests the profile supplied configuration is the same after installation.
- DependencyTest::testEnableWithoutDependency in core/
modules/ system/ tests/ src/ Functional/ Module/ DependencyTest.php - Attempts to enable the Content Translation module without Language enabled.
- ExcludedModulesEventSubscriberTest::testExcludedModules in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ExcludedModulesEventSubscriberTest.php - Test excluding modules from the config export.
- ExportStorageManagerTest::testGetStorage in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ExportStorageManagerTest.php - Test getting the export storage.
- ExportStorageManagerTest::testGetStorageLock in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ExportStorageManagerTest.php - Test the export storage when it is locked.
- 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.
- ImportStorageTransformerTest::testTransform in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ImportStorageTransformerTest.php - Test the import transformation.
- ImportStorageTransformerTest::testTransformWhileImporting in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ImportStorageTransformerTest.php - Test the import transformer during a running config import.
- InstallerServiceProvider::register in core/
lib/ Drupal/ Core/ Installer/ InstallerServiceProvider.php - Registers services to the container.
- 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.
- 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/ 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.
- LayoutBuilderNestedFormUiTest::testAddingFormBlocksToDefaults in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ LayoutBuilderNestedFormUiTest.php - Test blocks containing forms can be successfully saved editing defaults.
- LocalActionsAndTasksConvertedIntoBlocksUpdateTest::testUpdateHookN in core/
modules/ system/ tests/ src/ Functional/ Update/ LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php - Tests that local actions/tasks are being converted into blocks.
- 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.
- PageTitleConvertedIntoBlockUpdateTest::testUpdateHookN in core/
modules/ system/ tests/ src/ Functional/ Update/ PageTitleConvertedIntoBlockUpdateTest.php - Tests that page title is being converted into a block.
- RecalculatedDependencyTest::testUpdate in core/
modules/ system/ tests/ src/ Functional/ Update/ RecalculatedDependencyTest.php - Ensures that the entities are resaved so they have the new dependency.
- SiteBrandingConvertedIntoBlockUpdateTest::testUpdateHookN in core/
modules/ system/ tests/ src/ Functional/ Update/ SiteBrandingConvertedIntoBlockUpdateTest.php - Tests that site branding elements are being converted into blocks.
- StorageReplaceDataWrapperTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ StorageReplaceDataWrapperTest.php - TestViewsTest::testDefaultConfig in core/
modules/ views/ tests/ src/ Kernel/ TestViewsTest.php - Tests default configuration data type.
- TransformedConfigExportImportUITest::setUp in core/
modules/ config/ tests/ src/ Functional/ TransformedConfigExportImportUITest.php