entity_test.schema.yml

Same filename in other branches
  1. 8.9.x core/modules/system/tests/modules/entity_test/config/schema/entity_test.schema.yml
  2. 10 core/modules/system/tests/modules/entity_test/config/schema/entity_test.schema.yml
  3. 11.x core/modules/system/tests/modules/entity_test/config/schema/entity_test.schema.yml
core/modules/system/tests/modules/entity_test/config/schema/entity_test.schema.yml

File

core/modules/system/tests/modules/entity_test/config/schema/entity_test.schema.yml

View source
  1. core.entity_view_display.*.*.*.third_party.entity_test:
  2. type: mapping
  3. label: 'Schema for entity_test module additions to entity_view_display entity'
  4. mapping:
  5. foo:
  6. type: string
  7. label: 'Label for foo'
  8. field.storage_settings.shape:
  9. type: mapping
  10. label: 'Shape field storage settings'
  11. mapping:
  12. foreign_key_name:
  13. type: string
  14. label: 'Foreign key name'
  15. entity_test.entity_test_bundle.*:
  16. type: config_entity
  17. label: 'Entity test bundle'
  18. mapping:
  19. label:
  20. type: label
  21. label: 'Label'
  22. id:
  23. type: string
  24. label: 'Machine-readable name'
  25. description:
  26. type: text
  27. label: 'Description'
  28. entity_test.entity_test_mul_bundle.*:
  29. type: entity_test.entity_test_bundle.*
  30. label: 'Entity test mul bundle'

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