You are here

views.relationship.schema.yml in Drupal 8

core/modules/views/config/schema/views.relationship.schema.yml

File

core/modules/views/config/schema/views.relationship.schema.yml
View source
  1. # Schema for the views relationship.
  2. views.relationship.*:
  3. type: views_relationship
  4. label: 'Standard'
  5. views.relationship.standard:
  6. type: views_relationship
  7. label: 'Standard'
  8. views.relationship.broken:
  9. type: views_relationship
  10. label: 'Broken'
  11. views.relationship.groupwise_max:
  12. type: views_relationship
  13. label: 'Groupwise max'
  14. mapping:
  15. subquery_sort:
  16. type: string
  17. label: 'Representative sort criteria'
  18. subquery_order:
  19. type: string
  20. label: 'Representative sort order'
  21. subquery_regenerate:
  22. type: boolean
  23. label: 'Generate subquery each time view is run'
  24. subquery_view:
  25. type: string
  26. label: 'Representative view'
  27. subquery_namespace:
  28. type: string
  29. label: 'Subquery namespace'