Search for conf

  1. Search 7.x for conf
  2. Search 8.9.x for conf
  3. Search 10.3.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
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.
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 enable.
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 enable.
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.
ConfigSchemaTest::testConfigSaveWithSequenceSorting function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests configuration sequence sorting using schemas.
ConfigSchemaTest::testConfigSaveWithWrappingSchema function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests saving config when the type is wrapped by a dynamic type.
ConfigSchemaTest::testConfigSaveWithWrappingSchemaDoubleBrackets function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests dynamic config schema type with multiple sub-key references.
ConfigSchemaTest::testConfigSchemaInfoAlter function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests hook_config_schema_info_alter().
ConfigSchemaTest::testSchemaData function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests metadata applied to configuration objects.
ConfigSchemaTest::testSchemaFallback function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests fallback to a greedy wildcard.
ConfigSchemaTest::testSchemaMapping function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests the basic metadata retrieval layer.
ConfigSchemaTest::testSchemaMappingWithParents function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests metadata retrieval with several levels of %parent indirection.
ConfigSingleExportForm class core/modules/config/src/Form/ConfigSingleExportForm.php Provides a form for exporting a single configuration file.
ConfigSingleExportForm.php file core/modules/config/src/Form/ConfigSingleExportForm.php
ConfigSingleExportForm::$configStorage property core/modules/config/src/Form/ConfigSingleExportForm.php The config storage.
ConfigSingleExportForm::$definitions property core/modules/config/src/Form/ConfigSingleExportForm.php Tracks the valid config entity type definitions.
ConfigSingleExportForm::$entityTypeManager property core/modules/config/src/Form/ConfigSingleExportForm.php The entity type manager.
ConfigSingleExportForm::buildForm function core/modules/config/src/Form/ConfigSingleExportForm.php Form constructor.

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