views.view.test_display_defaults.yml

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

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. id: test_display_defaults
  5. label: ''
  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: Master
  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: default
  35. options: { }
  36. row:
  37. type: fields
  38. options: { }
  39. fields:
  40. name:
  41. id: name
  42. table: views_test_data
  43. field: name
  44. sorts:
  45. created:
  46. id: created
  47. table: views_test_data
  48. field: created
  49. order: DESC
  50. plugin_id: date

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