Version 1
[yaffs-website] / web / core / modules / rest / tests / modules / rest_test_views / test_views / views.view.test_serializer_node_exposed_filter.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - field.storage.node.body
6   module:
7     - field
8     - node
9     - rest
10     - rest_test_views
11     - user
12 id: test_serializer_node_exposed_filter
13 label: 'Test serializer display for exposed filters'
14 module: rest_test_views
15 description: ''
16 tag: ''
17 base_table: node_field_data
18 base_field: nid
19 core: 8.x
20 display:
21   default:
22     display_plugin: default
23     id: default
24     display_title: Master
25     position: null
26     display_options:
27       access:
28         type: perm
29         options:
30           perm: 'access content'
31       cache:
32         type: tag
33       query:
34         type: views_query
35       exposed_form:
36         type: basic
37       style:
38         type: serializer
39       row:
40         type: data_field
41       fields:
42         nid:
43           id: nid
44           table: node_field_data
45           field: nid
46           plugin_id: field
47           entity_type: node
48           entity_field: nid
49         body:
50           id: body
51           table: node__body
52           field: body
53           relationship: none
54           group_type: group
55           admin_label: ''
56           label: Body
57           exclude: false
58           alter:
59             alter_text: false
60             text: ''
61             make_link: false
62             path: ''
63             absolute: false
64             external: false
65             replace_spaces: false
66             path_case: none
67             trim_whitespace: false
68             alt: ''
69             rel: ''
70             link_class: ''
71             prefix: ''
72             suffix: ''
73             target: ''
74             nl2br: false
75             max_length: 0
76             word_boundary: true
77             ellipsis: true
78             more_link: false
79             more_link_text: ''
80             more_link_path: ''
81             strip_tags: false
82             trim: false
83             preserve_tags: ''
84             html: false
85           element_type: ''
86           element_class: ''
87           element_label_type: ''
88           element_label_class: ''
89           element_label_colon: true
90           element_wrapper_type: ''
91           element_wrapper_class: ''
92           element_default_classes: true
93           empty: ''
94           hide_empty: false
95           empty_zero: false
96           hide_alter_empty: true
97           click_sort_column: value
98           type: text_default
99           settings: {  }
100           group_column: value
101           group_columns: {  }
102           group_rows: true
103           delta_limit: 0
104           delta_offset: 0
105           delta_reversed: false
106           delta_first_last: false
107           multi_type: separator
108           separator: ', '
109           field_api_classes: false
110           plugin_id: field
111           entity_type: node
112           entity_field: body
113       filters:
114         title:
115           id: title
116           table: node_field_data
117           field: title
118           relationship: none
119           group_type: group
120           admin_label: ''
121           operator: starts
122           value: ''
123           group: 1
124           exposed: true
125           expose:
126             operator_id: title_op
127             label: Title
128             description: ''
129             use_operator: false
130             operator: title_op
131             identifier: title
132             required: false
133             remember: false
134             multiple: false
135             remember_roles:
136               authenticated: authenticated
137               anonymous: '0'
138               administrator: '0'
139           is_grouped: false
140           group_info:
141             label: ''
142             description: ''
143             identifier: ''
144             optional: true
145             widget: select
146             multiple: false
147             remember: false
148             default_group: All
149             default_group_multiple: {  }
150             group_items: {  }
151           entity_type: node
152           entity_field: title
153           plugin_id: string
154       title: 'Test serialize'
155       arguments: {  }
156   rest_export_1:
157     display_plugin: rest_export
158     id: rest_export_1
159     display_title: serializer
160     position: null
161     display_options:
162       defaults:
163         access: false
164         style: false
165         row: false
166       path: test/serialize/node-exposed-filter
167       access:
168         type: none
169       style:
170         type: serializer
171       row:
172         type: data_field