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_page_display_arguments.yml
1 langcode: en
2 status: true
3 dependencies: {  }
4 id: test_page_display_arguments
5 label: ''
6 module: views
7 description: ''
8 tag: ''
9 base_table: views_test_data
10 base_field: id
11 core: '8'
12 display:
13   default:
14     display_options:
15       defaults:
16         fields: false
17         pager: false
18         sorts: false
19       fields:
20         id:
21           id: id
22           field: id
23           table: views_test_data
24           plugin_id: numeric
25     display_plugin: default
26     display_title: Master
27     id: default
28     position: 0
29   page_1:
30     display_options:
31       path: test_route_without_arguments
32     display_plugin: page
33     display_title: Page
34     id: page_1
35     position: 0
36   page_2:
37     display_options:
38       defaults:
39         arguments: false
40       arguments:
41         id:
42           field: id
43           id: id
44           relationship: none
45           table: views_test_data
46           plugin_id: numeric
47       path: test_route_with_argument
48     display_plugin: page
49     display_title: Page
50     id: page_2
51     position: 0
52   page_3:
53     display_options:
54       defaults:
55         arguments: false
56       arguments:
57         id:
58           field: id
59           id: id
60           relationship: none
61           table: views_test_data
62           plugin_id: numeric
63       path: test_route_with_suffix/%/suffix
64     display_plugin: page
65     display_title: Page
66     id: page_3
67     position: 0
68   page_4:
69     display_options:
70       defaults:
71         arguments: false
72       arguments:
73         id:
74           field: id
75           id: id
76           relationship: none
77           table: views_test_data
78           plugin_id: numeric
79         id_2:
80           field: id
81           id: id_2
82           relationship: none
83           table: views_test_data
84           plugin_id: numeric
85       path: test_route_with_suffix_and_argument/%/suffix
86     display_plugin: page
87     display_title: Page
88     id: page_4
89     position: 0
90   page_5:
91     display_options:
92       defaults:
93         arguments: false
94       arguments:
95         id_that_is_really_really_really_long:
96           field: id
97           id: id_that_is_really_really_really_long
98           relationship: none
99           table: views_test_data
100           plugin_id: numeric
101       path: test_route_with_long_argument/%
102     display_plugin: page
103     display_title: Page
104     id: page_5
105     position: 0