views.view.test_page_display_path.yml

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

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. id: test_page_display_path
  5. label: test_page_display_path
  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. title: 'Test page display path'
  15. defaults:
  16. fields: false
  17. pager: false
  18. sorts: false
  19. fields:
  20. age:
  21. field: age
  22. id: age
  23. relationship: none
  24. table: views_test_data
  25. plugin_id: numeric
  26. display_plugin: default
  27. display_title: Default
  28. id: default
  29. position: 0
  30. page_1:
  31. display_options:
  32. path: test_page_display_path
  33. display_plugin: page
  34. display_title: Page
  35. id: page_1

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