Search for config

  1. Search 7.x for config
  2. Search 9.5.x for config
  3. Search 8.9.x for config
  4. Search 10.3.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 8+ configuration 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
ConfigInstallProfileOverrideTest::$profile property core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php The profile to install as a basis for testing.
ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite function core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php Tests install profile config changes.
ConfigInstallProfileUnmetDependenciesTest class core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Tests install profile config overrides can not add unmet dependencies.
ConfigInstallProfileUnmetDependenciesTest.php file core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php
ConfigInstallProfileUnmetDependenciesTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php The theme to install as the default for testing.
ConfigInstallProfileUnmetDependenciesTest::$expectedException property core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Contains the expected exception if it is thrown.
ConfigInstallProfileUnmetDependenciesTest::$profile property core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php The installation profile to install.
ConfigInstallProfileUnmetDependenciesTest::copyTestingOverrides function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Copy the testing_config_overrides install profile.
ConfigInstallProfileUnmetDependenciesTest::prepareEnvironment function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Prepares the current environment for running the test.
ConfigInstallProfileUnmetDependenciesTest::setUpSettings function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Installer step: Configure settings.
ConfigInstallProfileUnmetDependenciesTest::setUpSite function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Final installer step: Configure site.
ConfigInstallProfileUnmetDependenciesTest::testInstalled function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Confirms that the installation succeeded.
ConfigInstallTest class core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Tests installation of configuration objects in installation functionality.
ConfigInstallTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php
ConfigInstallTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Modules to install.
ConfigInstallTest::installModules function core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Installs a module.
ConfigInstallTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php
ConfigInstallTest::testCollectionInstallationCollectionConfigEntity function core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Tests collections which do not support config entities install correctly.
ConfigInstallTest::testCollectionInstallationCollections function core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Tests config objects in collections are installed as expected.
ConfigInstallTest::testCollectionInstallationNoCollections function core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Tests that collections are ignored if the event does not return anything.
ConfigInstallTest::testDependencyChecking function core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Tests the configuration with unmet dependencies is not installed.
ConfigInstallTest::testIdMisMatch function core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Tests installing configuration where the filename and ID do not match.
ConfigInstallTest::testLanguage function core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Tests imported configuration entities with/without language information.
ConfigInstallTest::testModuleInstallation function core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Tests module installation.
ConfigInstallWebTest class core/modules/config/tests/src/Functional/ConfigInstallWebTest.php Tests configuration objects before and after module install and uninstall.
ConfigInstallWebTest.php file core/modules/config/tests/src/Functional/ConfigInstallWebTest.php
ConfigInstallWebTest::$adminUser property core/modules/config/tests/src/Functional/ConfigInstallWebTest.php The admin user used in this test.
ConfigInstallWebTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigInstallWebTest.php The theme to install as the default for testing.
ConfigInstallWebTest::setUp function core/modules/config/tests/src/Functional/ConfigInstallWebTest.php
ConfigInstallWebTest::testConfigModuleRequirements function core/modules/config/tests/src/Functional/ConfigInstallWebTest.php Tests config_requirements().
ConfigInstallWebTest::testIntegrationModuleReinstallation function core/modules/config/tests/src/Functional/ConfigInstallWebTest.php Tests module re-installation.
ConfigInstallWebTest::testPreExistingConfigInstall function core/modules/config/tests/src/Functional/ConfigInstallWebTest.php Tests pre-existing configuration detection.
ConfigInstallWebTest::testUnmetDependenciesInstall function core/modules/config/tests/src/Functional/ConfigInstallWebTest.php Tests unmet dependencies detection.
ConfigLanguageOverrideTest class core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php Confirm that language overrides work.
ConfigLanguageOverrideTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php
ConfigLanguageOverrideTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php Modules to install.
ConfigLanguageOverrideTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php
ConfigLanguageOverrideTest::testConfigLanguageOverride function core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php Tests locale override based on language.
ConfigLanguageOverrideWebTest class core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php Tests language overrides applied through the website.
ConfigLanguageOverrideWebTest.php file core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php
ConfigLanguageOverrideWebTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php The theme to install as the default for testing.
ConfigLanguageOverrideWebTest::$modules property core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php Modules to install.
ConfigLanguageOverrideWebTest::setUp function core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php
ConfigLanguageOverrideWebTest::testSiteNameTranslation function core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php Tests translating the site name.
ConfigLocalTasksTest class core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php Tests existence of config local tasks.
ConfigLocalTasksTest.php file core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php
ConfigLocalTasksTest::getConfigAdminRoutes function core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php Provides a list of routes to test.
ConfigLocalTasksTest::setUp function core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php
ConfigLocalTasksTest::testConfigAdminLocalTasks function core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php Tests config local tasks existence.
ConfigManager class core/lib/Drupal/Core/Config/ConfigManager.php The ConfigManager provides helper functions for the configuration system.

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