views.view.test_relationship_dependency.yml

Same filename and directory in other branches
  1. 9 core/modules/views/tests/modules/views_test_config/test_views/views.view.test_relationship_dependency.yml
  2. 8.9.x core/modules/views/tests/modules/views_test_config/test_views/views.view.test_relationship_dependency.yml
  3. 10 core/modules/views/tests/modules/views_test_config/test_views/views.view.test_relationship_dependency.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_relationship_dependency.yml

File

core/modules/views/tests/modules/views_test_config/test_views/views.view.test_relationship_dependency.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - comment
  6. - node
  7. - user
  8. id: test_relationship_dependency
  9. label: test_relationship_dependency
  10. module: views
  11. description: ''
  12. tag: default
  13. base_table: comment_field_data
  14. base_field: nid
  15. display:
  16. default:
  17. display_options:
  18. access:
  19. type: perm
  20. cache:
  21. type: tag
  22. exposed_form:
  23. type: basic
  24. fields:
  25. cid:
  26. field: cid
  27. id: cid
  28. table: comment_field_data
  29. plugin_id: comment
  30. entity_type: comment
  31. entity_field: cid
  32. filter_groups:
  33. groups: { }
  34. operator: AND
  35. filters: { }
  36. pager:
  37. type: full
  38. query:
  39. type: views_query
  40. relationships:
  41. node:
  42. field: node
  43. id: node
  44. table: comment_field_data
  45. required: true
  46. plugin_id: standard
  47. sorts: { }
  48. style:
  49. type: default
  50. row:
  51. type: fields
  52. display_plugin: default
  53. display_title: Default
  54. id: default
  55. position: 0

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