views.view.test_page_display.yml
Same filename in other branches
1 string reference to 'views.view.test_page_display'
- DisplayPageWebTest::testAdminTheme in core/
modules/ views/ tests/ src/ Functional/ Plugin/ DisplayPageWebTest.php - Tests the 'use_admin_theme' page display option.
File
-
core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_page_display.yml
View source
- langcode: en
- status: true
- dependencies: { }
- id: test_page_display
- label: test_page_display
- module: views
- description: ''
- tag: ''
- base_table: views_test_data
- base_field: nid
- display:
- default:
- display_options:
- title: 'Test page display'
- defaults:
- fields: false
- pager: false
- sorts: false
- fields:
- age:
- field: age
- id: age
- relationship: none
- table: views_test_data
- plugin_id: numeric
- use_more: true
- use_more_always: true
- use_more_text: more
- display_plugin: default
- display_title: Default
- id: default
- position: 0
- page_1:
- display_options:
- path: test_page_display_403
- display_plugin: page
- display_title: Page
- id: page_1
- position: 1
- page_2:
- display_options:
- path: test_page_display_404
- display_plugin: page
- display_title: Page
- id: page_2
- position: 2
- page_3:
- display_options:
- path: test_page_display_200
- display_plugin: page
- display_title: Page
- id: page_3
- position: 3
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.