99 string references to config.storage
- 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.
- CheckpointStorageTest::getConfigImporter in core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ Checkpoint/ CheckpointStorageTest.php - CheckpointStorageTest::testRevertWithCollections in core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ Checkpoint/ CheckpointStorageTest.php - CKEditor5PluginManagerTest::mockModuleInVfs in core/
modules/ ckeditor5/ tests/ src/ Kernel/ CKEditor5PluginManagerTest.php - Mocks a module providing a CKEditor 5 plugin in VFS.
- ConfigAfterInstallerTestBase::assertInstalledConfig in core/
tests/ Drupal/ FunctionalTests/ 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::testMissingBlockContent in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterMissingContentTest.php - Tests the missing content, config import and the block plugin manager.
- 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::testConfigEvents in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests config events during config import.
- ConfigImporterTest::testDeleted in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests deletion of configuration during import.
- ConfigImporterTest::testEventsAndCollectionsImport in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests events and collections during a config 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::testSecondaryDeletedChildSecond in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests that secondary deletes for deleted files work as expected.
- ConfigImporterTest::testSecondaryUpdateDeletedChildFirst in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests that secondary updates for deleted files work as expected.
- ConfigImporterTest::testSecondaryUpdateDeletedParentFirst in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests that secondary updates for deleted files work as expected.
- ConfigImporterTest::testStorageComparerTargetStorage in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests the target storage caching during configuration import.
- 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 can 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.
- ConfigImportThemeInstallTest::testConfigImportWithThemeWithModuleDependencies in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ConfigImportThemeInstallTest.php - Tests config imports that install and uninstall a theme with dependencies.
- ConfigImportUIAjaxTest::testImport in core/
modules/ config/ tests/ src/ FunctionalJavascript/ ConfigImportUIAjaxTest.php - Tests an updated configuration object can be viewed more than once.
- 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 - Tests excluding modules from the config export.
- ExportStorageManagerTest::testGetStorage in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ExportStorageManagerTest.php - Tests getting the export storage.
- ExportStorageManagerTest::testGetStorageLock in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ExportStorageManagerTest.php - Tests 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 previously deleted fields and storages in 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.
- FieldImportDeleteUninstallUiTest::testSynchronizeForm in core/
modules/ field/ tests/ src/ Functional/ FieldImportDeleteUninstallUiTest.php - Tests if the synchronization form is available when the core.extension.yml is missing.
- 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 - Tests the import transformation.
- ImportStorageTransformerTest::testTransformWhileImporting in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ImportStorageTransformerTest.php - Tests 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.
- LanguageConfigInstallOverrideExistingTest::testLanguageConfigInstallOverrideExisting in core/
modules/ language/ tests/ src/ Functional/ LanguageConfigInstallOverrideExistingTest.php - Tests when language config is installed existing config is not overridden.
- 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 - Tests blocks containing forms can be successfully saved editing defaults.
- LocaleConfigTranslationImportTest::testConfigTranslationImport in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - Tests update changes configuration translations if enabled after language.
- 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.
- Recipe::createFromDirectory in core/
lib/ Drupal/ Core/ Recipe/ Recipe.php - Creates a recipe object from the provided path.
- RecipeCommand::rollBackToCheckpoint in core/
lib/ Drupal/ Core/ Recipe/ RecipeCommand.php - Rolls config back to a particular checkpoint.
- RecipeRunner::processConfiguration in core/
lib/ Drupal/ Core/ Recipe/ RecipeRunner.php - Creates configuration and applies configuration actions.
- StandardRecipeTest::testStandard in core/
tests/ Drupal/ FunctionalTests/ Core/ Recipe/ StandardRecipeTest.php - Tests Standard installation recipe.
- 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
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.