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
TestBlockInstantiation::defaultConfiguration function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php
TestClass::buildConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php Form constructor.
TestClass::submitConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php Form submission handler.
TestClass::validateConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php Form validation handler.
TestConfigEntityWithPluginCollections class core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
TestConfigEntityWithPluginCollections::$pluginCollection property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
TestConfigEntityWithPluginCollections::$pluginManager property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
TestConfigEntityWithPluginCollections::getPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
TestConfigEntityWithPluginCollections::setPluginManager function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
TestConfigFactoryOverrideBase class core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
TestConfigFactoryOverrideBase::addCollections function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php Reacts to the ConfigEvents::COLLECTION_INFO event.
TestConfigFactoryOverrideBase::doFilterNestedArray function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
TestConfigFactoryOverrideBase::onConfigDelete function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php Actions to be performed to configuration override on configuration delete.
TestConfigFactoryOverrideBase::onConfigRename function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php Actions to be performed to configuration override on configuration rename.
TestConfigFactoryOverrideBase::onConfigSave function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php Actions to be performed to configuration override on configuration save.
TestConfigNamesMapper class core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Defines a test mapper class.
TestConfigNamesMapper::getInternalLangcode function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Gets the internal language code of this mapper, if any.
TestConfigNamesMapper::setConfigFactory function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Sets the configuration factory.
TestConfigNamesMapper::setConfigNames function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Sets the list of configuration names.
TestConfigType class core/modules/system/tests/modules/module_installer_config_test/src/Entity/TestConfigType.php Defines a configuration-based entity type used for testing.
TestConfigType.php file core/modules/system/tests/modules/module_installer_config_test/src/Entity/TestConfigType.php
TestConfigurableContextAwarePluginInterface interface core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php
TestConfigurablePlugin class core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php
TestConfigurablePlugin.php file core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php
TestConfigurablePlugin::calculateDependencies function core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php Calculates dependencies for the configured plugin.
TestConfigurablePlugin::defaultConfiguration function core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php Gets default configuration for this plugin.
TestConfigurablePlugin::getConfiguration function core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php Gets this plugin's configuration.
TestConfigurablePlugin::setConfiguration function core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php Sets the configuration for this plugin instance.
TestFileCopy::getConfiguration function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Gets this plugin's configuration.
testing_config_import.info.yml file core/profiles/testing_config_import/testing_config_import.info.yml core/profiles/testing_config_import/testing_config_import.info.yml
testing_config_overrides.info.yml file core/profiles/testing_config_overrides/testing_config_overrides.info.yml core/profiles/testing_config_overrides/testing_config_overrides.info.yml
testing_site_config.info.yml file core/profiles/testing_site_config/testing_site_config.info.yml core/profiles/testing_site_config/testing_site_config.info.yml
testing_site_config.install file core/profiles/testing_site_config/testing_site_config.install Install functions for the testing_site_config module.
testing_site_config_install function core/profiles/testing_site_config/testing_site_config.install Implements hook_install().
TestItem::fieldSettingsFromConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array in the field type's canonical representation.
TestItem::fieldSettingsToConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array that can be stored as a configuration value.
TestItem::storageSettingsFromConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array in the field type's canonical representation.
TestItem::storageSettingsToConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array that can be stored as a configuration value.
TestItemWithPreconfiguredOptions class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php Defines the 'test_field_with_preconfigured_options' entity field item.
TestItemWithPreconfiguredOptions.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php
TestItemWithPreconfiguredOptions::getPreconfiguredOptions function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php Returns preconfigured field options for a field type.
TestLayoutMainFooter::defaultConfiguration function core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutMainFooter.php Gets default configuration for this plugin.
TestLazyPluginCollection::getConfiguration function core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Gets the current configuration of all plugins in this collection.
TestLazyPluginCollection::setConfiguration function core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Sets the configuration for all plugins in this collection.
TestLocalActionWithConfig class core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php Defines a test local action plugin class.
TestLocalActionWithConfig.php file core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php
TestLocalActionWithConfig::$config property core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php
TestLocalActionWithConfig::create function core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php Creates an instance of the plugin.
TestLocalActionWithConfig::getTitle function core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php Returns the localized title to be shown for this action.
TestLocalActionWithConfig::__construct function core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php Constructs a TestLocalActionWithConfig object.

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