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 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 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
ConfigOverriderLowPriority::getCacheableMetadata function core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php
ConfigOverriderLowPriority::getCacheSuffix function core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php
ConfigOverriderLowPriority::loadOverrides function core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php
ConfigOverridesPriorityTest class core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php Tests that config overrides are applied in the correct order.
ConfigOverridesPriorityTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php
ConfigOverridesPriorityTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php Modules to install.
ConfigOverridesPriorityTest::testOverridePriorities function core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php
ConfigOverrideTest class core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php Tests configuration overrides via $config in settings.php.
ConfigOverrideTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php
ConfigOverrideTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php Modules to install.
ConfigOverrideTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php
ConfigOverrideTest::testConfOverride function core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php Tests configuration override.
ConfigPrefixLengthException class core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php Exception thrown when the config prefix length is exceeded.
ConfigPrefixLengthException.php file core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php
ConfigQueryTest class core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php Defines the ConfigQueryTest configuration entity used by the query test.
ConfigQueryTest.php file core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php
ConfigQueryTest::$array property core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php An array used by the wildcard tests.
ConfigQueryTest::$number property core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php A number used by the sort tests.
ConfigQueryTest::concatProtectedProperty function core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php Concatenates the two params and sets the protected property value.
ConfigRenameEvent class core/lib/Drupal/Core/Config/ConfigRenameEvent.php Configuration event fired when renaming a configuration object.
ConfigRenameEvent.php file core/lib/Drupal/Core/Config/ConfigRenameEvent.php
ConfigRenameEvent::$oldName property core/lib/Drupal/Core/Config/ConfigRenameEvent.php The old configuration object name.
ConfigRenameEvent::getOldName function core/lib/Drupal/Core/Config/ConfigRenameEvent.php Gets the old configuration object name.
ConfigRenameEvent::__construct function core/lib/Drupal/Core/Config/ConfigRenameEvent.php Constructs the config rename event.
ConfigSchemaAlterException class core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php Exception for when hook_config_schema_info_alter() adds or removes schema.
ConfigSchemaAlterException.php file core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php
ConfigSchemaChecker class core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php Listens to the config save event and validates schema.
ConfigSchemaChecker.php file core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php
ConfigSchemaChecker::$checked property core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php An array of config checked already. Keyed by config name and a checksum.
ConfigSchemaChecker::$exclude property core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php An array of config object names that are excluded from schema checking.
ConfigSchemaChecker::$typedManager property core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php The typed config manger.
ConfigSchemaChecker::getSubscribedEvents function core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php
ConfigSchemaChecker::onConfigSave function core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php Checks that configuration complies with its schema on config save.
ConfigSchemaChecker::__construct function core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php Constructs the ConfigSchemaChecker object.
ConfigSchemaDeprecationTest class core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaDeprecationTest.php Tests config schema deprecation.
ConfigSchemaDeprecationTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaDeprecationTest.php
ConfigSchemaDeprecationTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaDeprecationTest.php Modules to install.
ConfigSchemaDeprecationTest::testConfigSchemaDeprecation function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaDeprecationTest.php Tests config schema deprecation.
ConfigSchemaDiscovery class core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php Allows YAML files to define config schema types.
ConfigSchemaDiscovery.php file core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php
ConfigSchemaDiscovery::$schemaStorage property core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php A storage instance for reading configuration schema data.
ConfigSchemaDiscovery::getDefinitions function core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php Gets the definition of all plugins for this type.
ConfigSchemaDiscovery::__construct function core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php Constructs a ConfigSchemaDiscovery object.
ConfigSchemaTest class core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests schema for configuration objects.
ConfigSchemaTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
ConfigSchemaTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Modules to install.
ConfigSchemaTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
ConfigSchemaTest::testColonsInSchemaTypeDetermination function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests use of colons in schema type determination.
ConfigSchemaTest::testConfigSaveMappingSort function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Test configuration value data type enforcement using schemas.
ConfigSchemaTest::testConfigSaveWithSchema function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests configuration value data type enforcement using schemas.

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