views.view.test_node_path_plugin.yml

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

File

core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_path_plugin.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. - user
  7. id: test_node_path_plugin
  8. label: test_node_path_plugin
  9. module: views
  10. description: ''
  11. tag: ''
  12. base_table: node_field_data
  13. base_field: nid
  14. display:
  15. default:
  16. display_plugin: default
  17. id: default
  18. display_title: Default
  19. position: 0
  20. display_options:
  21. access:
  22. type: perm
  23. options:
  24. perm: 'access content'
  25. cache:
  26. type: tag
  27. options: { }
  28. query:
  29. type: views_query
  30. options:
  31. disable_sql_rewrite: false
  32. distinct: false
  33. replica: false
  34. query_comment: ''
  35. query_tags: { }
  36. exposed_form:
  37. type: basic
  38. options:
  39. submit_button: Apply
  40. reset_button: false
  41. reset_button_label: Reset
  42. exposed_sorts_label: 'Sort by'
  43. expose_sort_order: true
  44. sort_asc_label: Asc
  45. sort_desc_label: Desc
  46. pager:
  47. type: full
  48. options:
  49. items_per_page: 10
  50. offset: 0
  51. id: 0
  52. total_pages: null
  53. expose:
  54. items_per_page: false
  55. items_per_page_label: 'Items per page'
  56. items_per_page_options: '5, 10, 25, 50'
  57. items_per_page_options_all: false
  58. items_per_page_options_all_label: '- All -'
  59. offset: false
  60. offset_label: Offset
  61. tags:
  62. previous: '‹ Previous'
  63. next: 'Next ›'
  64. first: '« First'
  65. last: 'Last »'
  66. quantity: 9
  67. style:
  68. type: default
  69. row:
  70. type: fields
  71. fields:
  72. path:
  73. id: path
  74. table: node
  75. field: view_node
  76. relationship: none
  77. group_type: group
  78. admin_label: ''
  79. label: ''
  80. exclude: false
  81. alter:
  82. alter_text: true
  83. text: 'This is <strong>not escaped</strong> and this is <a href="{{ path }}" hreflang="en">the link</a>.'
  84. make_link: false
  85. path: ''
  86. absolute: false
  87. external: false
  88. replace_spaces: false
  89. path_case: none
  90. trim_whitespace: false
  91. alt: ''
  92. rel: ''
  93. link_class: ''
  94. prefix: ''
  95. suffix: ''
  96. target: ''
  97. nl2br: false
  98. max_length: 0
  99. word_boundary: true
  100. ellipsis: true
  101. more_link: false
  102. more_link_text: ''
  103. more_link_path: ''
  104. strip_tags: false
  105. trim: false
  106. preserve_tags: ''
  107. html: false
  108. element_type: ''
  109. element_class: ''
  110. element_label_type: ''
  111. element_label_class: ''
  112. element_label_colon: false
  113. element_wrapper_type: ''
  114. element_wrapper_class: ''
  115. element_default_classes: true
  116. empty: ''
  117. hide_empty: false
  118. empty_zero: false
  119. hide_alter_empty: true
  120. output_url_as_text: true
  121. absolute: false
  122. entity_type: node
  123. plugin_id: entity_link
  124. filters:
  125. status:
  126. value: '1'
  127. table: node_field_data
  128. field: status
  129. plugin_id: boolean
  130. entity_type: node
  131. entity_field: status
  132. id: status
  133. expose:
  134. operator: ''
  135. group: 1
  136. sorts:
  137. created:
  138. id: created
  139. table: node_field_data
  140. field: created
  141. order: DESC
  142. entity_type: node
  143. entity_field: created
  144. plugin_id: date
  145. relationship: none
  146. group_type: group
  147. admin_label: ''
  148. exposed: false
  149. expose:
  150. label: ''
  151. granularity: second
  152. title: test_node_path_plugin
  153. header: { }
  154. footer: { }
  155. empty: { }
  156. relationships: { }
  157. arguments: { }
  158. display_extenders: { }
  159. cache_metadata:
  160. max-age: -1
  161. contexts:
  162. - 'languages:language_interface'
  163. - url.query_args
  164. - 'user.node_grants:view'
  165. - user.permissions
  166. tags: { }
  167. page_1:
  168. display_plugin: page
  169. id: page_1
  170. display_title: Page
  171. position: 1
  172. display_options:
  173. display_extenders: { }
  174. path: test-node-path-plugin
  175. cache_metadata:
  176. max-age: -1
  177. contexts:
  178. - 'languages:language_interface'
  179. - url.query_args
  180. - 'user.node_grants:view'
  181. - user.permissions
  182. tags: { }

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