views.view.test_view_handler_weight.yml

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

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. id: test_view_handler_weight
  5. label: test_view_handler_weight
  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. defaults:
  15. fields: false
  16. pager: false
  17. sorts: false
  18. fields:
  19. id:
  20. field: id
  21. id: id
  22. relationship: none
  23. table: views_test_data
  24. plugin_id: numeric
  25. age:
  26. field: age
  27. id: age
  28. relationship: none
  29. table: views_test_data
  30. plugin_id: numeric
  31. name:
  32. field: name
  33. id: name
  34. relationship: none
  35. table: views_test_data
  36. plugin_id: string
  37. pager:
  38. options:
  39. offset: 0
  40. type: none
  41. sorts:
  42. id:
  43. field: id
  44. id: id
  45. order: ASC
  46. relationship: none
  47. table: views_test_data
  48. plugin_id: numeric
  49. age:
  50. field: age
  51. id: standard
  52. order: ASC
  53. relationship: none
  54. table: views_test_data
  55. plugin_id: numeric
  56. filters:
  57. name:
  58. field: name
  59. id: string
  60. table: views_test_data
  61. plugin_id: string
  62. age:
  63. field: age
  64. id: numeric
  65. table: views_test_data
  66. plugin_id: numeric
  67. display_plugin: default
  68. display_title: Default
  69. id: default
  70. position: 0

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