views.view.test_aggregate_count_numeric.yml

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

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. id: test_aggregate_count_numeric
  5. label: test_aggregate_count_numeric
  6. module: views
  7. description: ''
  8. tag: ''
  9. base_table: entity_test
  10. base_field: nid
  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. created_count:
  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: created
  32. hide_empty: false
  33. id: created_count
  34. table: entity_test
  35. plugin_id: field
  36. type: timestamp
  37. entity_type: entity_test
  38. entity_field: created
  39. group_type: count
  40. created_group:
  41. alter:
  42. alter_text: false
  43. ellipsis: true
  44. html: false
  45. make_link: false
  46. strip_tags: true
  47. trim_whitespace: true
  48. trim: false
  49. word_boundary: true
  50. empty_zero: false
  51. field: created
  52. hide_empty: false
  53. id: created_group
  54. table: entity_test
  55. plugin_id: field
  56. type: timestamp
  57. entity_type: entity_test
  58. entity_field: created
  59. group_type: group
  60. group_by: true
  61. pager:
  62. type: some
  63. sorts:
  64. created:
  65. id: created
  66. table: entity_test
  67. field: created
  68. order: DESC
  69. plugin_id: date
  70. entity_type: entity_test
  71. entity_field: created
  72. group_type: group
  73. query:
  74. options:
  75. query_comment: ''
  76. type: views_query
  77. style:
  78. type: default
  79. row:
  80. type: fields
  81. display_plugin: default
  82. display_title: Default
  83. id: default
  84. position: 0

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