Skip to content
Snippets Groups Projects

Resolve #3458099 "Views handler loading"

Closed catch requested to merge issue/drupal-3458099:3458099-views-handler-loading into 11.x
Compare and
25 files
+ 523
295
Compare changes
  • Side-by-side
  • Inline
Files
25
@@ -2,7 +2,9 @@ langcode: en
@@ -2,7 +2,9 @@ langcode: en
status: true
status: true
dependencies:
dependencies:
module:
module:
 
- entity_test
- rest
- rest
 
- serialization
- user
- user
id: test_serializer_display_entity
id: test_serializer_display_entity
label: 'Test serialize display entity rows'
label: 'Test serialize display entity rows'
@@ -13,42 +15,60 @@ base_table: entity_test
@@ -13,42 +15,60 @@ base_table: entity_test
base_field: id
base_field: id
display:
display:
default:
default:
display_plugin: default
id: default
id: default
display_title: Default
display_title: Default
 
display_plugin: default
position: null
position: null
display_options:
display_options:
 
title: 'Test serialize'
 
exposed_form:
 
type: basic
access:
access:
type: perm
type: perm
options:
options:
perm: 'access content'
perm: 'access content'
cache:
cache:
type: tag
type: tag
query:
type: views_query
exposed_form:
type: basic
style:
type: serializer
row:
type: data_entity
sorts:
sorts:
id:
id:
id: standard
id: standard
table: entity_test
table: entity_test
field: id
field: id
order: DESC
plugin_id: date
entity_type: entity_test
entity_type: entity_test
entity_field: id
entity_field: id
title: 'Test serialize'
plugin_id: date
 
order: DESC
arguments: { }
arguments: { }
 
style:
 
type: serializer
 
row:
 
type: data_entity
 
query:
 
type: views_query
 
display_extenders: { }
 
cache_metadata:
 
max-age: -1
 
contexts:
 
- entity_test_view_grants
 
- 'languages:language_interface'
 
- request_format
 
- url.query_args
 
- user.permissions
 
tags: { }
rest_export_1:
rest_export_1:
display_plugin: rest_export
id: rest_export_1
id: rest_export_1
display_title: serializer
display_title: serializer
 
display_plugin: rest_export
position: null
position: null
display_options:
display_options:
defaults:
defaults:
access: false
access: false
 
display_extenders: { }
path: test/serialize/entity
path: test/serialize/entity
 
cache_metadata:
 
max-age: -1
 
contexts:
 
- entity_test_view_grants
 
- 'languages:language_interface'
 
- request_format
 
tags: { }
Loading