entity_test.schema.yml

Same filename in other branches
  1. 9 core/modules/system/tests/modules/entity_test/config/schema/entity_test.schema.yml
  2. 8.9.x core/modules/system/tests/modules/entity_test/config/schema/entity_test.schema.yml
  3. 10 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. noun:
  9. type: string
  10. label: 'A noun'
  11. verb:
  12. type: string
  13. label: 'A verb'
  14. field.storage_settings.shape:
  15. type: mapping
  16. label: 'Shape field storage settings'
  17. mapping:
  18. foreign_key_name:
  19. type: string
  20. label: 'Foreign key name'
  21. entity_test.entity_test_bundle.*:
  22. type: config_entity
  23. label: 'Entity test bundle'
  24. mapping:
  25. label:
  26. type: label
  27. label: 'Label'
  28. id:
  29. type: string
  30. label: 'Machine-readable name'
  31. description:
  32. type: text
  33. label: 'Description'
  34. entity_test.entity_test_mul_bundle.*:
  35. type: entity_test.entity_test_bundle.*
  36. label: 'Entity test mul bundle'

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