views.view.test_area_view.yml

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

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. id: test_area_view
  5. label: ''
  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. header:
  38. view:
  39. field: view
  40. id: view
  41. table: views
  42. view_to_insert: 'test_simple_argument:default'
  43. inherit_arguments: true
  44. plugin_id: view
  45. display_plugin: default
  46. display_title: Default
  47. id: default
  48. position: 0

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