views.view.test_group_by_count_multicardinality.yml

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

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. id: test_group_by_count_multicardinality
  5. label: test_group_by_count_multicardinality
  6. module: views
  7. description: ''
  8. tag: ''
  9. base_table: entity_test_mul_property_data
  10. base_field: id
  11. display:
  12. default:
  13. display_options:
  14. access:
  15. type: none
  16. cache:
  17. type: tag
  18. exposed_form:
  19. type: basic
  20. fields:
  21. id:
  22. alter:
  23. alter_text: false
  24. ellipsis: true
  25. html: false
  26. make_link: false
  27. strip_tags: false
  28. trim: false
  29. word_boundary: true
  30. empty_zero: false
  31. field: id
  32. group_type: count
  33. hide_empty: false
  34. id: id
  35. table: entity_test_mul_property_data
  36. entity_type: entity_test_mul
  37. entity_field: id
  38. plugin_id: field
  39. field_test:
  40. alter:
  41. alter_text: false
  42. ellipsis: true
  43. html: false
  44. make_link: false
  45. strip_tags: false
  46. trim: false
  47. word_boundary: true
  48. group_type: group
  49. group_column: value
  50. empty_zero: false
  51. field: field_test
  52. hide_empty: false
  53. id: field_test
  54. table: entity_test_mul__field_test
  55. entity_type: entity_test_mul
  56. entity_field: field_test
  57. plugin_id: field
  58. sorts:
  59. field_test_value:
  60. table: entity_test_mul__field_test
  61. field: field_test_value
  62. id: field_test_value
  63. entity_type: entity_test_mul
  64. entity_field: field_test
  65. group_type: group
  66. order: ASC
  67. plugin_id: standard
  68. id:
  69. table: entity_test_mul_property_data
  70. field: id
  71. id: id
  72. entity_type: entity_test_mul
  73. entity_field: id
  74. group_type: count
  75. order: ASC
  76. plugin_id: standard
  77. langcode:
  78. table: entity_test_mul_property_data
  79. field: langcode
  80. id: langcode
  81. entity_type: entity_test_mul
  82. entity_field: langcode
  83. group_type: group
  84. order: ASC
  85. plugin_id: standard
  86. group_by: true
  87. pager:
  88. type: some
  89. style:
  90. type: default
  91. row:
  92. type: fields
  93. display_plugin: default
  94. display_title: Default
  95. id: default
  96. position: 0

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