views.view.test_cache.yml

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

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. id: test_cache
  5. label: test_cache
  6. module: views
  7. description: ''
  8. tag: ''
  9. base_table: views_test_data
  10. base_field: nid
  11. display:
  12. default:
  13. display_plugin: default
  14. id: default
  15. display_title: Default
  16. position: 0
  17. display_options:
  18. fields:
  19. id:
  20. id: id
  21. table: views_test_data
  22. field: id
  23. relationship: none
  24. name:
  25. id: name
  26. table: views_test_data
  27. field: name
  28. relationship: none
  29. age:
  30. id: age
  31. table: views_test_data
  32. field: age
  33. relationship: none
  34. defaults:
  35. fields: false
  36. sorts: false
  37. sorts:
  38. id:
  39. order: ASC
  40. id: id
  41. table: views_test_data
  42. field: id
  43. relationship: none
  44. page_1:
  45. display_plugin: page
  46. id: page_1
  47. display_options:
  48. defaults:
  49. pager: false
  50. pager:
  51. type: full
  52. options:
  53. items_per_page: 2
  54. page_2:
  55. display_plugin: page
  56. id: page_2
  57. display_options:
  58. defaults:
  59. filters: false
  60. cache: false
  61. cache:
  62. type: time
  63. options:
  64. results_lifespan: 3600
  65. output_lifespan: 3600
  66. filters:
  67. test_cache_context:
  68. id: test_cache_context
  69. table: views_test_data
  70. field: test_cache_context
  71. relationship: none
  72. cache_metadata:
  73. contexts:
  74. - views_test_cache_context

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