config_schema_test.someschema.with_parents.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.with_parents.yml
core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.with_parents.yml
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
  1. one_level:
  2. target_key: key_1
  3. testitem: 'text for entry_1'
  4. two_levels:
  5. target_key: key_2
  6. wrapper:
  7. testitem: 'text for entry_2'
  8. three_levels:
  9. target_key: key_3
  10. wrapper_1:
  11. wrapper_2:
  12. testitem: 'text for entry_3'

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