ConfigOverrideTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php |
|
ConfigOverrideTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php |
Modules to enable. |
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. |
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/Testing/ConfigSchemaChecker.php |
Listens to the config save event and validates schema. |
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.php |
file |
core/lib/Drupal/Core/Config/Testing/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. |
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::testConfigSaveWithSchema |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Test 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. |