views.view.test_preprocess.yml

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

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. id: test_preprocess
  5. label: test_preprocess
  6. module: views
  7. description: ''
  8. tag: ''
  9. base_table: entity_test
  10. base_field: nid
  11. display:
  12. default:
  13. display_options:
  14. access:
  15. type: none
  16. cache:
  17. type: tag
  18. exposed_form:
  19. type: basic
  20. sorts:
  21. id:
  22. table: entity_test
  23. id: id
  24. field: id
  25. plugin_id: standard
  26. entity_type: entity_test
  27. entity_field: id
  28. order: desc
  29. pager:
  30. type: full
  31. options:
  32. items_per_page: 5
  33. style:
  34. type: default
  35. row:
  36. type: 'entity:entity_test'
  37. css_class: 'entity-test__default'
  38. display_plugin: default
  39. display_title: Default
  40. id: default
  41. position: 0
  42. display_2:
  43. display_options:
  44. access:
  45. type: none
  46. cache:
  47. type: tag
  48. exposed_form:
  49. type: basic
  50. sorts:
  51. id:
  52. table: entity_test
  53. id: id
  54. field: id
  55. plugin_id: standard
  56. entity_type: entity_test
  57. entity_field: id
  58. order: desc
  59. pager:
  60. type: full
  61. options:
  62. items_per_page: 5
  63. style:
  64. type: default
  65. row:
  66. type: 'entity:entity_test'
  67. css_class: 'entity-test__default and_another-class'
  68. display_plugin: default
  69. display_title: Alternate
  70. id: display_2

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