views.view.test_style_html_list.yml

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

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. id: test_style_html_list
  5. label: test_style_html_list
  6. module: views
  7. description: ''
  8. tag: ''
  9. base_table: views_test_data
  10. base_field: id
  11. display:
  12. default:
  13. display_plugin: default
  14. id: default
  15. display_title: Default
  16. position: null
  17. display_options:
  18. access:
  19. type: none
  20. options: { }
  21. cache:
  22. type: tag
  23. options: { }
  24. query:
  25. type: views_query
  26. options: { }
  27. exposed_form:
  28. type: basic
  29. options: { }
  30. pager:
  31. type: full
  32. options: { }
  33. style:
  34. type: html_list
  35. options:
  36. grouping: { }
  37. row_class: ''
  38. default_row_class: true
  39. type: ul
  40. wrapper_class: ''
  41. class: ''
  42. row:
  43. type: fields
  44. options: { }
  45. fields:
  46. name:
  47. id: name
  48. table: views_test_data
  49. field: name

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