views.view.test_entity_translations_link.yml

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

File

core/modules/content_translation/tests/modules/content_translation_test_views/test_views/views.view.test_entity_translations_link.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - content_translation
  6. - user
  7. id: test_entity_translations_link
  8. label: People
  9. module: views
  10. description: ''
  11. tag: ''
  12. base_table: users_field_data
  13. base_field: uid
  14. display:
  15. default:
  16. display_plugin: default
  17. id: default
  18. display_title: Default
  19. position: null
  20. display_options:
  21. access:
  22. type: none
  23. cache:
  24. type: tag
  25. query:
  26. type: views_query
  27. exposed_form:
  28. type: basic
  29. options:
  30. submit_button: Filter
  31. reset_button: true
  32. reset_button_label: Reset
  33. pager:
  34. type: full
  35. options:
  36. items_per_page: 50
  37. style:
  38. type: table
  39. options:
  40. class: ''
  41. columns:
  42. name: name
  43. translation_link: translation_link
  44. default: created
  45. row:
  46. type: fields
  47. fields:
  48. name:
  49. id: name
  50. table: users_field_data
  51. field: name
  52. label: Username
  53. plugin_id: field
  54. type: user_name
  55. entity_type: user
  56. entity_field: name
  57. translation_link:
  58. id: translation_link
  59. table: users
  60. field: translation_link
  61. label: 'Translation link'
  62. exclude: false
  63. alter:
  64. alter_text: false
  65. element_class: ''
  66. element_default_classes: true
  67. empty: ''
  68. hide_empty: false
  69. empty_zero: false
  70. hide_alter_empty: true
  71. text: Translate
  72. plugin_id: content_translation_link
  73. entity_type: user
  74. output_url_as_text: false
  75. absolute: false
  76. filters:
  77. uid_raw:
  78. id: uid_raw
  79. table: users_field_data
  80. field: uid_raw
  81. operator: '!='
  82. value:
  83. value: '0'
  84. group: 1
  85. exposed: false
  86. plugin_id: numeric
  87. entity_type: user
  88. sorts:
  89. created:
  90. id: created
  91. table: users_field_data
  92. field: created
  93. order: DESC
  94. plugin_id: date
  95. entity_type: user
  96. entity_field: created
  97. title: People
  98. empty:
  99. area:
  100. id: area
  101. table: views
  102. field: area
  103. empty: true
  104. content:
  105. value: 'No people available.'
  106. format: plain_text
  107. plugin_id: text
  108. page_1:
  109. display_plugin: page
  110. id: page_1
  111. display_title: Page
  112. position: null
  113. display_options:
  114. path: test-entity-translations-link

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