views.view.test_handler_relationships.yml

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

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. id: test_handler_relationships
  7. label: test_handler_relationships
  8. module: views
  9. description: ''
  10. tag: ''
  11. base_table: node_field_data
  12. base_field: nid
  13. display:
  14. default:
  15. display_options:
  16. fields:
  17. title:
  18. id: title
  19. table: node_field_data
  20. field: title
  21. plugin_id: field
  22. entity_type: node
  23. entity_field: title
  24. relationships:
  25. comment_cid:
  26. id: comment_cid
  27. table: node_field_data
  28. field: comment_cid
  29. plugin_id: standard
  30. nid:
  31. id: nid
  32. table: comment_field_data
  33. field: node
  34. relationship: comment_cid
  35. plugin_id: standard
  36. display_plugin: default
  37. display_title: Default
  38. id: default
  39. position: 0

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