Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / node / tests / modules / node_test_views / test_views / views.view.test_node_path_plugin.yml
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 core: 8.x
15 display:
16   default:
17     display_plugin: default
18     id: default
19     display_title: Master
20     position: 0
21     display_options:
22       access:
23         type: perm
24         options:
25           perm: 'access content'
26       cache:
27         type: tag
28         options: {  }
29       query:
30         type: views_query
31         options:
32           disable_sql_rewrite: false
33           distinct: false
34           replica: false
35           query_comment: ''
36           query_tags: {  }
37       exposed_form:
38         type: basic
39         options:
40           submit_button: Apply
41           reset_button: false
42           reset_button_label: Reset
43           exposed_sorts_label: 'Sort by'
44           expose_sort_order: true
45           sort_asc_label: Asc
46           sort_desc_label: Desc
47       pager:
48         type: full
49         options:
50           items_per_page: 10
51           offset: 0
52           id: 0
53           total_pages: null
54           expose:
55             items_per_page: false
56             items_per_page_label: 'Items per page'
57             items_per_page_options: '5, 10, 25, 50'
58             items_per_page_options_all: false
59             items_per_page_options_all_label: '- All -'
60             offset: false
61             offset_label: Offset
62           tags:
63             previous: '‹ Previous'
64             next: 'Next ›'
65             first: '« First'
66             last: 'Last »'
67           quantity: 9
68       style:
69         type: default
70       row:
71         type: fields
72       fields:
73         path:
74           id: path
75           table: node
76           field: path
77           relationship: none
78           group_type: group
79           admin_label: ''
80           label: ''
81           exclude: false
82           alter:
83             alter_text: true
84             text: 'This is <strong>not escaped</strong> and this is <a href="{{ path }}" hreflang="en">the link</a>.'
85             make_link: false
86             path: ''
87             absolute: false
88             external: false
89             replace_spaces: false
90             path_case: none
91             trim_whitespace: false
92             alt: ''
93             rel: ''
94             link_class: ''
95             prefix: ''
96             suffix: ''
97             target: ''
98             nl2br: false
99             max_length: 0
100             word_boundary: true
101             ellipsis: true
102             more_link: false
103             more_link_text: ''
104             more_link_path: ''
105             strip_tags: false
106             trim: false
107             preserve_tags: ''
108             html: false
109           element_type: ''
110           element_class: ''
111           element_label_type: ''
112           element_label_class: ''
113           element_label_colon: false
114           element_wrapper_type: ''
115           element_wrapper_class: ''
116           element_default_classes: true
117           empty: ''
118           hide_empty: false
119           empty_zero: false
120           hide_alter_empty: true
121           absolute: false
122           entity_type: node
123           plugin_id: node_path
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: {  }