config_schema_test.someschema.with_parents.yml
Same filename in other branches
1 string reference 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.
File
-
core/
modules/ config/ tests/ config_schema_test/ config/ install/ config_schema_test.someschema.with_parents.yml
View 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'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.