views.view.test_view_sort_translation.yml

Same filename in other branches
  1. 9 core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_sort_translation.yml
  2. 10 core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_sort_translation.yml
  3. 11.x core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_sort_translation.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_sort_translation.yml

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. id: test_view_sort_translation
  5. module: views
  6. description: ''
  7. tag: ''
  8. base_table: node_field_data
  9. base_field: id
  10. display:
  11. default:
  12. display_options:
  13. fields:
  14. nid:
  15. id: nid
  16. field: nid
  17. table: node_field_data
  18. plugin_id: field
  19. entity_type: node
  20. entity_field: nid
  21. langcode:
  22. id: langcode
  23. field: langcode
  24. table: node_field_data
  25. plugin_id: field
  26. entity_type: node
  27. entity_field: langcode
  28. weight:
  29. id: weight
  30. table: node__weight
  31. field: weight
  32. plugin_id: numeric
  33. entity_type: node
  34. entity_field: weight
  35. filters:
  36. langcode:
  37. id: langcode
  38. table: node_field_data
  39. field: langcode
  40. relationship: none
  41. group_type: group
  42. admin_label: ''
  43. operator: in
  44. value:
  45. 'en': 'en'
  46. group: 1
  47. exposed: false
  48. entity_type: node
  49. entity_field: langcode
  50. plugin_id: language
  51. sorts:
  52. weight:
  53. id: weight
  54. table: node__weight
  55. field: weight_value
  56. order: ASC
  57. plugin_id: standard
  58. entity_type: node
  59. entity_field: weight
  60. display_plugin: default
  61. display_title: Master
  62. id: default
  63. position: 0
  64. display_de:
  65. display_plugin: embed
  66. id: display_de
  67. display_options:
  68. defaults:
  69. filters: false
  70. filters:
  71. langcode:
  72. id: langcode
  73. table: node_field_data
  74. field: langcode
  75. relationship: none
  76. group_type: group
  77. admin_label: ''
  78. operator: in
  79. value:
  80. 'de': 'de'
  81. group: 1
  82. exposed: false
  83. entity_type: node
  84. entity_field: langcode
  85. plugin_id: language

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