views.view.test_display.yml
Same filename in other branches
File
-
core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_display.yml
View source
- langcode: en
- status: false
- dependencies:
- module:
- - node
- - user
- id: test_display
- label: test_display
- module: views
- description: ''
- tag: ''
- base_table: node_field_data
- base_field: nid
- display:
- default:
- display_options:
- access:
- type: perm
- cache:
- type: tag
- exposed_form:
- type: basic
- fields:
- title:
- field: title
- id: title
- table: node_field_data
- plugin_id: field
- entity_type: node
- entity_field: title
- filters:
- status:
- field: status
- group: 1
- id: status
- table: node_field_data
- value: '1'
- plugin_id: boolean
- entity_type: node
- entity_field: status
- langcode:
- id: langcode
- table: node_field_data
- field: langcode
- relationship: none
- group_type: group
- admin_label: ''
- operator: in
- value:
- '***LANGUAGE_language_content***': '***LANGUAGE_language_content***'
- group: 1
- exposed: false
- expose:
- operator_id: ''
- label: ''
- description: ''
- use_operator: false
- operator: ''
- identifier: ''
- required: false
- remember: false
- multiple: false
- remember_roles:
- authenticated: authenticated
- reduce: false
- is_grouped: false
- group_info:
- label: ''
- description: ''
- identifier: ''
- optional: true
- widget: select
- multiple: false
- remember: false
- default_group: All
- default_group_multiple: { }
- group_items: { }
- plugin_id: language
- entity_type: node
- entity_field: langcode
- pager:
- options:
- items_per_page: 10
- type: full
- query:
- type: views_query
- row:
- type: 'entity:node'
- options:
- view_mode: teaser
- sorts:
- created:
- field: created
- id: created
- order: DESC
- table: node_field_data
- plugin_id: date
- entity_type: node
- entity_field: created
- title: 'Test Display'
- display_plugin: default
- display_title: Default
- id: default
- position: 0
- block_1:
- display_options:
- defaults:
- pager: false
- fields:
- title:
- plugin_id: node
- pager:
- options:
- items_per_page: 5
- type: some
- row:
- type: fields
- display_plugin: block
- display_title: Block
- id: block_1
- position: 2
- page_1:
- display_options:
- path: test-display
- display_plugin: page
- display_title: Page
- id: page_1
- position: 1
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.