Search for config

  1. Search 7.x for config
  2. Search 9.5.x for config
  3. Search 10.3.x for config
  4. Search 11.x for config
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Config class composer/Plugin/VendorHardening/Config.php Determine configuration.
Config class core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php Drupal config source from database.
Config class core/modules/migrate/src/Plugin/migrate/destination/Config.php Provides Configuration Management destination plugin.
Config class core/lib/Drupal/Core/Config/Config.php Defines the default configuration object.

All search results

Title Object type File name Summary
ConfigImporterMissingContentTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImporterMissingContentTest::testMissingContent function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Tests the missing content event is fired.
ConfigImporterTest class core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests importing configuration from files into active configuration.
ConfigImporterTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
ConfigImporterTest::$configImporter property core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Config Importer object used for testing.
ConfigImporterTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Modules to enable.
ConfigImporterTest::customStep function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Helper method to test custom config installer steps.
ConfigImporterTest::FAIL_MESSAGE constant core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php The beginning of an import validation error.
ConfigImporterTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
ConfigImporterTest::testConfigGetConfigDirectory function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests config_get_config_directory().
ConfigImporterTest::testCustomStep function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that the isConfigSyncing flag is set correctly during a custom step.
ConfigImporterTest::testDeleted function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests deletion of configuration during import.
ConfigImporterTest::testEmptyImportFails function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that trying to import from an empty sync configuration directory
fails.
ConfigImporterTest::testInstallProfile function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests install profile validation during configuration import.
ConfigImporterTest::testInstallProfileMisMatch function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests install profile validation during configuration import.
ConfigImporterTest::testInvalidStep function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that the isConfigSyncing flag is cleanup after an invalid step.
ConfigImporterTest::testIsInstallable function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests the isInstallable method()
ConfigImporterTest::testIsSyncingInHooks function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests the isSyncing flags.
ConfigImporterTest::testMissingCoreExtension function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests missing core.extension during configuration import.
ConfigImporterTest::testNew function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests creation of configuration during import.
ConfigImporterTest::testNoImport function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests omission of module APIs for bare configuration operations.
ConfigImporterTest::testSecondaryDeletedDeleteeSecond function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary deletes for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedDeleteeFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedDeleterFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryWritePrimaryFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary writes are overwritten.
ConfigImporterTest::testSecondaryWriteSecondaryFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary writes are overwritten.
ConfigImporterTest::testSiteUuidValidate function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests verification of site UUID before importing configuration.
ConfigImporterTest::testUnmetDependency function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests dependency validation during configuration import.
ConfigImporterTest::testUpdated function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests updating of configuration during import.
ConfigImportForm class core/modules/config/src/Form/ConfigImportForm.php Defines the configuration import form.
ConfigImportForm.php file core/modules/config/src/Form/ConfigImportForm.php
ConfigImportForm::$configStorage property core/modules/config/src/Form/ConfigImportForm.php The configuration storage.
ConfigImportForm::$fileSystem property core/modules/config/src/Form/ConfigImportForm.php The file system service.
ConfigImportForm::$settings property core/modules/config/src/Form/ConfigImportForm.php The settings object.
ConfigImportForm::buildForm function core/modules/config/src/Form/ConfigImportForm.php Form constructor.
ConfigImportForm::create function core/modules/config/src/Form/ConfigImportForm.php Instantiates a new instance of this class.
ConfigImportForm::getFormId function core/modules/config/src/Form/ConfigImportForm.php Returns a unique string identifying the form.
ConfigImportForm::submitForm function core/modules/config/src/Form/ConfigImportForm.php Form submission handler.
ConfigImportForm::validateForm function core/modules/config/src/Form/ConfigImportForm.php Form validation handler.
ConfigImportForm::__construct function core/modules/config/src/Form/ConfigImportForm.php Constructs a new ConfigImportForm.
ConfigImportInstallProfileTest class core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php Tests the importing/exporting configuration based on the install profile.
ConfigImportInstallProfileTest.php file core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php
ConfigImportInstallProfileTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php The theme to install as the default for testing.
ConfigImportInstallProfileTest::$modules property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php Modules to install.
ConfigImportInstallProfileTest::$profile property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php The profile to install as a basis for testing.
ConfigImportInstallProfileTest::$webUser property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php A user with the 'synchronize configuration' permission.
ConfigImportInstallProfileTest::setUp function core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php
ConfigImportInstallProfileTest::testInstallProfileValidation function core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php Tests config importer cannot uninstall install profiles.
ConfigImportRecreateTest class core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php Tests importing recreated configuration entities.
ConfigImportRecreateTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.