views.view.test_view_sort_translation.yml

Same filename and directory in other branches
  1. 9 core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_sort_translation.yml
  2. 8.9.x core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_sort_translation.yml
  3. 10 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. label: test_view_sort_translation
  6. module: views
  7. description: ''
  8. tag: ''
  9. base_table: node_field_data
  10. base_field: id
  11. display:
  12. default:
  13. display_options:
  14. fields:
  15. nid:
  16. id: nid
  17. field: nid
  18. table: node_field_data
  19. plugin_id: field
  20. entity_type: node
  21. entity_field: nid
  22. langcode:
  23. id: langcode
  24. field: langcode
  25. table: node_field_data
  26. plugin_id: field
  27. entity_type: node
  28. entity_field: langcode
  29. weight:
  30. id: weight
  31. table: node__weight
  32. field: weight
  33. plugin_id: numeric
  34. entity_type: node
  35. entity_field: weight
  36. filters:
  37. langcode:
  38. id: langcode
  39. table: node_field_data
  40. field: langcode
  41. relationship: none
  42. group_type: group
  43. admin_label: ''
  44. operator: in
  45. value:
  46. 'en': 'en'
  47. group: 1
  48. exposed: false
  49. entity_type: node
  50. entity_field: langcode
  51. plugin_id: language
  52. sorts:
  53. weight:
  54. id: weight
  55. table: node__weight
  56. field: weight_value
  57. order: ASC
  58. plugin_id: standard
  59. entity_type: node
  60. entity_field: weight
  61. display_plugin: default
  62. display_title: Default
  63. id: default
  64. position: 0
  65. display_de:
  66. display_plugin: embed
  67. id: display_de
  68. display_options:
  69. defaults:
  70. filters: false
  71. filters:
  72. langcode:
  73. id: langcode
  74. table: node_field_data
  75. field: langcode
  76. relationship: none
  77. group_type: group
  78. admin_label: ''
  79. operator: in
  80. value:
  81. 'de': 'de'
  82. group: 1
  83. exposed: false
  84. entity_type: node
  85. entity_field: langcode
  86. plugin_id: language

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