comment_schema |
function |
core/modules/comment/comment.install |
Implements hook_schema(). |
condition_test.schema.yml |
file |
core/modules/system/tests/modules/condition_test/config/schema/condition_test.schema.yml |
core/modules/system/tests/modules/condition_test/config/schema/condition_test.schema.yml |
config.storage.schema |
service |
core/core.services.yml |
Drupal\Core\Config\ExtensionInstallStorage |
ConfigCRUDTest::$strictConfigSchema |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php |
Exempt from strict schema checking. |
ConfigEntityBaseUnitTest::testToArraySchemaException |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
@covers ::toArray |
ConfigEntityUnitTest::$strictConfigSchema |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityUnitTest.php |
Exempt from strict schema checking. |
ConfigFileContentTest::$strictConfigSchema |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php |
Exempt from strict schema checking. |
ConfigMapperInterface::hasSchema |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Checks that all pieces of this configuration mapper have a schema. |
ConfigNamesMapper::hasSchema |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Checks that all pieces of this configuration mapper have a schema. |
ConfigNamesMapperTest::providerTestHasSchema |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Provides data for ConfigMapperTest::testHasSchema(). |
ConfigNamesMapperTest::testHasSchema |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::hasSchema(). |
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. |
config_collection_install_test.schema.yml |
file |
core/modules/config/tests/config_collection_install_test/config/schema/config_collection_install_test.schema.yml |
core/modules/config/tests/config_collection_install_test/config/schema/config_collection_install_test.schema.yml |
config_events_test.schema.yml |
file |
core/modules/config/tests/config_events_test/config/schema/config_events_test.schema.yml |
core/modules/config/tests/config_events_test/config/schema/config_events_test.schema.yml |
config_integration_test.schema.yml |
file |
core/modules/config/tests/config_integration_test/config/schema/config_integration_test.schema.yml |
core/modules/config/tests/config_integration_test/config/schema/config_integration_test.schema.yml |
config_other_module_config_test.schema.yml |
file |
core/modules/config/tests/config_other_module_config_test/config/schema/config_other_module_config_test.schema.yml |
core/modules/config/tests/config_other_module_config_test/config/schema/config_other_module_config_test.schema.yml |
config_schema_deprecated_test.info.yml |
file |
core/modules/config/tests/config_schema_deprecated_test/config_schema_deprecated_test.info.yml |
core/modules/config/tests/config_schema_deprecated_test/config_schema_deprecated_test.info.yml |