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
CurrentThemeCondition::buildConfigurationForm function core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php Form constructor.
CurrentThemeCondition::defaultConfiguration function core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php Gets default configuration for this plugin.
CurrentThemeCondition::submitConfigurationForm function core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php Form submission handler.
CustomPageExceptionHtmlSubscriber::$configFactory property core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php The configuration factory.
CustomPageExceptionHtmlSubscriberTest::$configFactory property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The mocked config factory.
DateFormatter::$configFactory property core/lib/Drupal/Core/Datetime/DateFormatter.php The configuration factory.
DateTimeNormalizer::$systemDateConfig property core/modules/serialization/src/Normalizer/DateTimeNormalizer.php The system's date configuration.
DateTimeTest::testDateFormatConfiguration function core/modules/system/tests/src/Functional/System/DateTimeTest.php Tests date format configuration.
DbCommandBase::configure function core/lib/Drupal/Core/Command/DbCommandBase.php
DbCommandBaseTester::configure function core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php
DbDumpCommand::configure function core/lib/Drupal/Core/Command/DbDumpCommand.php
DbImportCommand::configure function core/lib/Drupal/Core/Command/DbImportCommand.php
DbLogResourceTest::$resourceConfigId property core/modules/dblog/tests/src/Functional/DbLogResourceTest.php The REST Resource Config entity ID under test (i.e. a resource type).
DbUpdateNegotiator::$configFactory property core/modules/system/src/Theme/DbUpdateNegotiator.php The config factory.
DefaultConfigTest class core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Tests that the installed config matches the default config.
DefaultConfigTest class core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php Tests default configuration of the Extension system.
DefaultConfigTest.php file core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php
DefaultConfigTest.php file core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php
DefaultConfigTest::$modules property core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Modules to install.
DefaultConfigTest::$skippedConfig property core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php The following config entries are changed on module install.
DefaultConfigTest::$timeLimit property core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php
DefaultConfigTest::assertExtensionConfig function core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Tests that the config provided by the extension is correct.
DefaultConfigTest::doTestsOnConfigStorage function core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Tests that default config matches the installed config.
DefaultConfigTest::moduleListDataProvider function core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php A data provider that lists every module in core.
DefaultConfigTest::testConfigIsEmpty function core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php Tests that core.extension.yml is empty by default.
DefaultConfigTest::testModuleConfig function core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Tests if installed config is equal to the exported config.
DefaultConfigTest::testThemeConfig function core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Tests if installed config is equal to the exported config.
DefaultConfigTest::themeListDataProvider function core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php A data provider that lists every theme in core.
DefaultLazyPluginCollection::$configurations property core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php The initial configuration for each plugin in the collection.
DefaultLazyPluginCollection::getConfiguration function core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php Gets the current configuration of all plugins in this collection.
DefaultLazyPluginCollection::setConfiguration function core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php Sets the configuration for all plugins in this collection.
DefaultLazyPluginCollection::setInstanceConfiguration function core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php Updates the configuration for a plugin instance.
DefaultLazyPluginCollectionTest::testConfigurableGetConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php @covers ::getConfiguration
DefaultLazyPluginCollectionTest::testConfigurableInterface function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php Tests that plugin methods are correctly attached to interfaces.
DefaultLazyPluginCollectionTest::testConfigurableSetConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php @covers ::setConfiguration
DefaultLazyPluginCollectionTest::testGetConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php @covers ::getConfiguration
DefaultLazyPluginCollectionTest::testSetInstanceConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php @covers ::setInstanceConfiguration
DefaultLazyPluginCollectionTest::testSetInstanceConfigurationPluginChange function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php Tests plugin instances are changed if the configuration plugin key changes.
DefaultNegotiator::$configFactory property core/lib/Drupal/Core/Theme/DefaultNegotiator.php The system theme config object.
DefaultSelection::buildConfigurationForm function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Form constructor.
DefaultSelection::defaultConfiguration function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Gets default configuration for this plugin.
DefaultSingleLazyPluginCollection::$configuration property core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php An array of configuration to instantiate the plugin with.
DefaultSingleLazyPluginCollection::getConfiguration function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Gets the current configuration of all plugins in this collection.
DefaultSingleLazyPluginCollection::setConfiguration function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Sets the configuration for all plugins in this collection.
DefaultSingleLazyPluginCollectionTest::testConfigurableSetConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php @covers ::setConfiguration
DefaultsSectionStorageTest::testConfigInstall function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Tests installing defaults via config install.
DemoUmamiProfileTest::assertDefaultConfig function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Asserts that the default configuration matches active configuration.
DemoUmamiProfileTest::testConfig function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests the profile supplied configuration is the same after installation.
demo_umami_form_install_configure_form_alter function core/profiles/demo_umami/demo_umami.profile Implements hook_form_FORM_ID_alter() for install_configure_form().
demo_umami_form_install_configure_submit function core/profiles/demo_umami/demo_umami.profile Submission handler to sync the contact.form.feedback recipient.

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