views.view.test_groupwise_term.yml

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

File

core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_groupwise_term.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. - taxonomy
  7. - user
  8. id: test_groupwise_term
  9. label: test_groupwise
  10. module: views
  11. description: ''
  12. tag: default
  13. base_table: taxonomy_term_field_data
  14. base_field: tid
  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. name:
  26. field: name
  27. id: name
  28. table: taxonomy_term_field_data
  29. plugin_id: term_name
  30. type: string
  31. settings:
  32. link_to_entity: true
  33. convert_spaces: false
  34. entity_type: taxonomy_term
  35. entity_field: name
  36. nid:
  37. field: nid
  38. id: nid
  39. relationship: tid_representative
  40. table: node_field_data
  41. plugin_id: node
  42. entity_type: node
  43. entity_field: nid
  44. pager:
  45. options:
  46. items_per_page: 10
  47. type: full
  48. query:
  49. type: views_query
  50. relationships:
  51. tid_representative:
  52. admin_label: 'Representative node'
  53. field: tid_representative
  54. group_type: group
  55. id: tid_representative
  56. relationship: none
  57. required: false
  58. subquery_namespace: ''
  59. subquery_order: DESC
  60. subquery_regenerate: true
  61. subquery_sort: node_field_data.nid
  62. subquery_view: ''
  63. table: taxonomy_term_field_data
  64. plugin_id: groupwise_max
  65. row:
  66. type: fields
  67. sorts:
  68. tid:
  69. field: tid
  70. id: tid
  71. order: DESC
  72. table: taxonomy_term_field_data
  73. plugin_id: standard
  74. entity_type: taxonomy_term
  75. entity_field: tid
  76. style:
  77. type: default
  78. title: test_groupwise
  79. display_plugin: default
  80. display_title: Default
  81. id: default
  82. position: 0

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