views.view.test_area_title.yml

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

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. id: test_area_title
  5. label: test_area_title
  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. pager:
  26. options:
  27. offset: 0
  28. type: none
  29. sorts:
  30. id:
  31. field: id
  32. id: id
  33. order: ASC
  34. relationship: none
  35. table: views_test_data
  36. plugin_id: numeric
  37. empty:
  38. title:
  39. field: title
  40. id: title
  41. table: views
  42. plugin_id: title
  43. title: test_title_empty
  44. display_plugin: default
  45. display_title: Default
  46. id: default
  47. position: 0
  48. page_1:
  49. display_options:
  50. path: test-area-title
  51. defaults:
  52. header: false
  53. header:
  54. title:
  55. field: title
  56. id: title
  57. table: views
  58. plugin_id: title
  59. title: test_title_header
  60. display_plugin: page
  61. display_title: 'Page 1'
  62. id: page_1
  63. position: 1

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