Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / views / tests / modules / views_test_config / test_views / views.view.test_argument_validation.yml
1 langcode: en
2 status: true
3 dependencies:
4   module:
5     - node
6     - user
7 id: test_argument_validation
8 label: ''
9 module: views
10 description: 'This view is used to test the argument validator schema.'
11 tag: ''
12 base_table: views_test_data
13 base_field: ''
14 core: '8'
15 display:
16   default:
17     display_options:
18       defaults:
19         fields: false
20         pager: false
21         sorts: false
22         arguments: false
23       fields:
24         age:
25           field: age
26           id: age
27           relationship: none
28           table: views_test_data
29         id:
30           field: id
31           id: id
32           relationship: none
33           table: views_test_data
34         name:
35           field: name
36           id: name
37           relationship: none
38           table: views_test_data
39       pager:
40         options:
41           offset: 0
42         type: none
43       sorts:
44         id:
45           field: id
46           id: id
47           order: ASC
48           relationship: none
49           table: views_test_data
50       arguments:
51         id:
52           id: id
53           table: views_test_data
54           field: id
55           relationship: none
56           group_type: group
57           admin_label: ''
58           default_action: ignore
59           exception:
60             value: all
61             title_enable: false
62             title: All
63           title_enable: false
64           title: ''
65           default_argument_type: fixed
66           default_argument_options:
67             argument: ''
68           default_argument_skip_url: false
69           summary_options:
70             base_path: ''
71             count: true
72             items_per_page: 25
73             override: false
74           summary:
75             sort_order: asc
76             number_of_records: 0
77             format: default_summary
78           specify_validation: false
79           validate:
80             type: numeric
81             fail: 'not found'
82           validate_options: {  }
83           break_phrase: true
84           not: false
85           entity_type: node
86           entity_field: nid
87           plugin_id: numeric
88         name:
89           id: title
90           table: views_test_data
91           field: name
92           relationship: none
93           group_type: group
94           admin_label: ''
95           default_action: ignore
96           exception:
97             value: all
98             title_enable: false
99             title: All
100           title_enable: false
101           title: ''
102           default_argument_type: fixed
103           default_argument_options:
104             argument: ''
105           default_argument_skip_url: false
106           summary_options:
107             base_path: ''
108             count: true
109             items_per_page: 25
110             override: false
111           summary:
112             sort_order: asc
113             number_of_records: 0
114             format: default_summary
115           specify_validation: false
116           validate:
117             type: none
118             fail: 'not found'
119           validate_options: {  }
120           glossary: false
121           limit: 0
122           case: none
123           path_case: none
124           transform_dash: false
125           break_phrase: true
126           entity_type: node
127           entity_field: name
128           plugin_id: string
129         user:
130           id: user
131           table: node_field_data
132           field: uid
133           relationship: none
134           group_type: group
135           admin_label: ''
136           default_action: ignore
137           exception:
138             value: all
139             title_enable: false
140             title: All
141           title_enable: false
142           title: ''
143           default_argument_type: fixed
144           default_argument_options:
145             argument: ''
146           default_argument_skip_url: false
147           summary_options:
148             base_path: ''
149             count: true
150             items_per_page: 25
151             override: false
152           summary:
153             sort_order: asc
154             number_of_records: 0
155             format: default_summary
156           specify_validation: false
157           validate:
158             type: 'entity:user'
159             fail: 'access denied'
160           validate_options:
161             access: true
162             operation: view
163             multiple: 0
164             restrict_roles: true
165             roles:
166               authenticated: authenticated
167               administrator: administrator
168           glossary: false
169           limit: 0
170           case: none
171           path_case: none
172           transform_dash: false
173           break_phrase: true
174           entity_type: node
175           entity_field: name
176           plugin_id: numeric
177         nid:
178           id: nid
179           table: node_field_data
180           field: nid
181           relationship: none
182           group_type: group
183           admin_label: ''
184           default_action: default
185           exception:
186             value: all
187             title_enable: false
188             title: All
189           title_enable: false
190           title: ''
191           default_argument_type: node
192           default_argument_options: {  }
193           default_argument_skip_url: false
194           summary_options:
195             base_path: ''
196             count: true
197             items_per_page: 25
198             override: false
199           summary:
200             sort_order: asc
201             number_of_records: 0
202             format: default_summary
203           specify_validation: false
204           validate:
205             type: 'entity:node'
206             fail: 'not found'
207           validate_options:
208             bundles:
209               article: article
210               page: page
211             access: true
212             operation: view
213             multiple: 0
214           break_phrase: false
215           not: false
216           entity_type: node
217           entity_field: nid
218           plugin_id: node_nid
219       display_extenders: {  }
220     display_plugin: default
221     display_title: Master
222     id: default
223     position: 0
224     cache_metadata:
225       max-age: -1
226       contexts:
227         - 'languages:language_interface'
228         - url
229       tags: {  }