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
ConfigFactoryOverrideInterface::getCacheSuffix function core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php The string to append to the configuration static cache name.
ConfigFactoryOverrideInterface::loadOverrides function core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php Returns config overrides.
ConfigFactoryTest class core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php @group Config
@coversDefaultClass \Drupal\Core\Config\ConfigFactory
ConfigFactoryTest.php file core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php
ConfigFactoryTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php The mocked cache tags invalidator.
ConfigFactoryTest::$configFactory property core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php Config factory under test.
ConfigFactoryTest::$eventDispatcher property core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php Event Dispatcher.
ConfigFactoryTest::$storage property core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php Storage.
ConfigFactoryTest::$typedConfig property core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php Typed Config.
ConfigFactoryTest::setUp function core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php
ConfigFactoryTest::testRename function core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php @covers ::rename
ConfigFieldDefinitionTest class core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php Tests exposing field definitions for configurable fields.
ConfigFieldDefinitionTest.php file core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php
ConfigFieldDefinitionTest::$bundle property core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php
ConfigFieldDefinitionTest::$entityType property core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php
ConfigFieldDefinitionTest::setUp function core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php Set the default field storage backend for fields created during tests.
ConfigFieldDefinitionTest::testBundleFieldDefinition function core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php Makes sure a field definition is exposed for a configurable field.
ConfigFieldDefinitionTest::testFieldStorageDefinition function core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php Makes sure a field storage definition is exposed for a configurable field.
ConfigFieldMapper class core/modules/config_translation/src/ConfigFieldMapper.php Configuration mapper for fields.
ConfigFieldMapper.php file core/modules/config_translation/src/ConfigFieldMapper.php
ConfigFieldMapper::$entity property core/modules/config_translation/src/ConfigFieldMapper.php Loaded entity instance to help produce the translation interface.
ConfigFieldMapper::getBaseRouteParameters function core/modules/config_translation/src/ConfigFieldMapper.php Returns the route parameters for the base route the mapper is attached to.
ConfigFieldMapper::getOverviewRouteName function core/modules/config_translation/src/ConfigFieldMapper.php Returns route name for the translation overview route.
ConfigFieldMapper::getTypeLabel function core/modules/config_translation/src/ConfigFieldMapper.php Returns the label of the type of data the mapper encapsulates.
ConfigFieldMapper::setEntity function core/modules/config_translation/src/ConfigFieldMapper.php Sets the entity instance for this mapper.
ConfigFieldMapperTest class core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php Tests the functionality provided by the configuration field mapper.
ConfigFieldMapperTest.php file core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php
ConfigFieldMapperTest::$configFieldMapper property core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php The configuration field mapper to test.
ConfigFieldMapperTest::$entity property core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php The field config instance used for testing.
ConfigFieldMapperTest::$entityTypeManager property core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php The entity type manager used for testing.
ConfigFieldMapperTest::$eventDispatcher property core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php The mocked event dispatcher.
ConfigFieldMapperTest::setUp function core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php
ConfigFieldMapperTest::testSetEntity function core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php Tests ConfigFieldMapper::setEntity().
ConfigFileContentTest class core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php Tests reading and writing of configuration files.
ConfigFileContentTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php
ConfigFileContentTest::$strictConfigSchema property core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php Exempt from strict schema checking.
ConfigFileContentTest::testReadWriteConfig function core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php Tests setting, writing, and reading of a configuration setting.
ConfigFileContentTest::testSerialization function core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php Tests serialization of configuration to file.
ConfigFormBase class core/lib/Drupal/Core/Form/ConfigFormBase.php Base class for implementing system configuration forms.
ConfigFormBase.php file core/lib/Drupal/Core/Form/ConfigFormBase.php
ConfigFormBase::buildForm function core/lib/Drupal/Core/Form/ConfigFormBase.php Form constructor.
ConfigFormBase::checkConfigOverrides function core/lib/Drupal/Core/Form/ConfigFormBase.php Form #after_build callback: Adds message if overrides exist.
ConfigFormBase::CONFIG_KEY_TO_FORM_ELEMENT_MAP constant core/lib/Drupal/Core/Form/ConfigFormBase.php The $form_state key which stores a map of config keys to form elements.
ConfigFormBase::copyFormValuesToConfig function core/lib/Drupal/Core/Form/ConfigFormBase.php Copies form values to Config keys.
ConfigFormBase::create function core/lib/Drupal/Core/Form/ConfigFormBase.php Instantiates a new instance of this class.
ConfigFormBase::doStoreConfigMap function core/lib/Drupal/Core/Form/ConfigFormBase.php Helper method for #after_build callback ::storeConfigKeyToFormElementMap().
ConfigFormBase::formatMultipleViolationsMessage function core/lib/Drupal/Core/Form/ConfigFormBase.php Formats multiple violation messages associated with a single form element.
ConfigFormBase::loadDefaultValuesFromConfig function core/lib/Drupal/Core/Form/ConfigFormBase.php Process callback to recursively load default values from #config_target.
ConfigFormBase::storeConfigKeyToFormElementMap function core/lib/Drupal/Core/Form/ConfigFormBase.php Render API callback: Stores a map of element names to config keys.
ConfigFormBase::submitForm function core/lib/Drupal/Core/Form/ConfigFormBase.php Form submission handler.

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