views.view.test_click_sort.yml

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

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. id: test_click_sort
  5. label: test_click_sort
  6. module: views
  7. description: ''
  8. tag: ''
  9. base_table: views_test_data
  10. base_field: nid
  11. display:
  12. default:
  13. display_options:
  14. fields:
  15. id:
  16. id: id
  17. table: views_test_data
  18. field: id
  19. label: ID
  20. plugin_id: numeric
  21. name:
  22. id: name
  23. table: views_test_data
  24. field: name
  25. label: Name
  26. plugin_id: string
  27. created:
  28. id: created
  29. table: views_test_data
  30. field: created
  31. label: created
  32. plugin_id: field
  33. type: timestamp
  34. settings:
  35. date_format: medium
  36. custom_date_format: ''
  37. timezone: ''
  38. access:
  39. type: none
  40. cache:
  41. type: tag
  42. style:
  43. type: table
  44. options:
  45. info:
  46. id:
  47. sortable: true
  48. default_sort_order: asc
  49. name:
  50. sortable: true
  51. default_sort_order: desc
  52. created:
  53. sortable: false
  54. display_plugin: default
  55. display_title: Default
  56. id: default
  57. position: 0
  58. page_1:
  59. display_options:
  60. path: test_click_sort
  61. display_plugin: page
  62. display_title: Page
  63. id: page_1
  64. position: 0

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