views.view.test_page_display.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.yml
  2. 8.9.x core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display.yml
  3. 10 core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display.yml
1 string reference to 'views.view.test_page_display'
DisplayPageWebTest::testAdminTheme in core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php
Tests the 'use_admin_theme' page display option.

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. id: test_page_display
  5. label: test_page_display
  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'
  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. use_more: true
  27. use_more_always: true
  28. use_more_text: more
  29. display_plugin: default
  30. display_title: Default
  31. id: default
  32. position: 0
  33. page_1:
  34. display_options:
  35. path: test_page_display_403
  36. display_plugin: page
  37. display_title: Page
  38. id: page_1
  39. position: 1
  40. page_2:
  41. display_options:
  42. path: test_page_display_404
  43. display_plugin: page
  44. display_title: Page
  45. id: page_2
  46. position: 2
  47. page_3:
  48. display_options:
  49. path: test_page_display_200
  50. display_plugin: page
  51. display_title: Page
  52. id: page_3
  53. position: 3

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