views.view.test_style_mapping.yml
Same filename in other branches
File
-
core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_style_mapping.yml
View source
- langcode: en
- status: true
- dependencies:
- module:
- - views_test_data
- id: test_style_mapping
- label: test_style_mapping
- module: views
- description: ''
- tag: ''
- base_table: views_test_data
- base_field: nid
- display:
- default:
- display_options:
- defaults:
- fields: false
- pager: false
- sorts: false
- fields:
- age:
- field: age
- id: age
- relationship: none
- table: views_test_data
- plugin_id: numeric
- job:
- field: job
- id: job
- relationship: none
- table: views_test_data
- plugin_id: string
- name:
- field: name
- id: name
- relationship: none
- table: views_test_data
- plugin_id: string
- pager:
- options:
- offset: 0
- type: none
- sorts:
- id:
- field: id
- id: id
- order: ASC
- relationship: none
- table: views_test_data
- plugin_id: numeric
- style:
- type: mapping_test
- options:
- mapping:
- name_field: name
- numeric_field:
- age: age
- title_field: name
- toggle_numeric_field: true
- toggle_title_field: true
- display_plugin: default
- display_title: Default
- id: default
- position: 0
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.