config_schema_test.someschema.with_parents.yml in Drupal 10
core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.with_parents.yml
2 string references to 'config_schema_test.someschema.with_parents'
- ConfigSchemaTest::testSchemaMappingWithParents in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigSchemaTest.php - Tests metadata retrieval with several levels of %parent indirection.
- DefaultConfigTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Config/ DefaultConfigTest.php
File
core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.with_parents.ymlView source
- one_level:
- target_key: key_1
- testitem: 'text for entry_1'
- two_levels:
- target_key: key_2
- wrapper:
- testitem: 'text for entry_2'
- three_levels:
- target_key: key_3
- wrapper_1:
- wrapper_2:
- testitem: 'text for entry_3'