views.view.test_page_view.yml

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

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. id: test_page_view
  5. label: test_page_view
  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. age:
  20. field: age
  21. id: age
  22. relationship: none
  23. table: views_test_data
  24. plugin_id: numeric
  25. display_plugin: default
  26. display_title: Default
  27. id: default
  28. position: 0
  29. page_1:
  30. display_plugin: page
  31. display_title: 'Test page view'
  32. id: page_1
  33. position: null

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