2b981f0bf71e959ef05cd55711b95b3bc953b062
[yaffs-website] / web / core / modules / rest / tests / modules / rest_test_views / test_views / views.view.test_serializer_display_field.yml
1 langcode: en
2 status: true
3 dependencies:
4   module:
5     - rest
6     - user
7 id: test_serializer_display_field
8 label: 'Test serializer display field rows'
9 module: rest
10 description: ''
11 tag: ''
12 base_table: views_test_data
13 base_field: id
14 core: 8.x
15 display:
16   default:
17     display_plugin: default
18     id: default
19     display_title: Master
20     position: null
21     display_options:
22       access:
23         type: perm
24         options:
25           perm: 'access content'
26       cache:
27         type: tag
28       query:
29         type: views_query
30       exposed_form:
31         type: basic
32       style:
33         type: serializer
34       row:
35         type: data_field
36       fields:
37         name:
38           id: name
39           table: views_test_data
40           field: name
41           label: ''
42           plugin_id: string
43         nothing:
44           id: nothing
45           table: views
46           field: nothing
47           relationship: none
48           group_type: group
49           admin_label: ''
50           label: 'Custom text'
51           exclude: false
52           alter:
53             alter_text: true
54             text: TEST
55           plugin_id: custom
56         created:
57           id: created
58           table: views_test_data
59           field: created
60           type: timestamp
61           settings:
62             date_format: medium
63             custom_date_format: ''
64             timezone: ''
65           plugin_id: field
66       sorts:
67         created:
68           id: created
69           table: views_test_data
70           field: created
71           order: DESC
72           plugin_id: date
73       title: 'Test serialize'
74       arguments: {  }
75   rest_export_1:
76     display_plugin: rest_export
77     id: rest_export_1
78     display_title: serializer
79     position: null
80     display_options:
81       defaults:
82         access: false
83         style: false
84         row: false
85       path: test/serialize/field
86       access:
87         type: none
88       style:
89         type: serializer
90       row:
91         type: data_field
92   rest_export_2:
93     display_plugin: rest_export
94     id: rest_export_2
95     display_title: 'serialize - access denied'
96     position: null
97     display_options:
98       defaults:
99         access: false
100         style: false
101         row: false
102       path: test/serialize/denied
103       access:
104         type: perm
105         options:
106           perm: 'administer views'
107       style:
108         type: serializer
109       row:
110         type: data_field