views.view.test_page_display_arguments.yml
Same filename in other branches
- 8.9.x core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_arguments.yml
- 10 core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_arguments.yml
- 11.x core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_arguments.yml
File
-
core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_page_display_arguments.yml
View source
- langcode: en
- status: true
- dependencies: { }
- id: test_page_display_arguments
- label: ''
- module: views
- description: ''
- tag: ''
- base_table: views_test_data
- base_field: id
- display:
- default:
- display_options:
- defaults:
- fields: false
- pager: false
- sorts: false
- fields:
- id:
- id: id
- field: id
- table: views_test_data
- plugin_id: numeric
- display_plugin: default
- display_title: Default
- id: default
- position: 0
- page_1:
- display_options:
- path: test_route_without_arguments
- display_plugin: page
- display_title: Page
- id: page_1
- position: 0
- page_2:
- display_options:
- defaults:
- arguments: false
- arguments:
- id:
- field: id
- id: id
- relationship: none
- table: views_test_data
- plugin_id: numeric
- path: test_route_with_argument
- display_plugin: page
- display_title: Page
- id: page_2
- position: 0
- page_3:
- display_options:
- defaults:
- arguments: false
- arguments:
- id:
- field: id
- id: id
- relationship: none
- table: views_test_data
- plugin_id: numeric
- path: test_route_with_suffix/%/suffix
- display_plugin: page
- display_title: Page
- id: page_3
- position: 0
- page_4:
- display_options:
- defaults:
- arguments: false
- arguments:
- id:
- field: id
- id: id
- relationship: none
- table: views_test_data
- plugin_id: numeric
- id_2:
- field: id
- id: id_2
- relationship: none
- table: views_test_data
- plugin_id: numeric
- path: test_route_with_suffix_and_argument/%/suffix
- display_plugin: page
- display_title: Page
- id: page_4
- position: 0
- page_5:
- display_options:
- defaults:
- arguments: false
- arguments:
- id_that_is_really_really_really_long:
- field: id
- id: id_that_is_really_really_really_long
- relationship: none
- table: views_test_data
- plugin_id: numeric
- path: test_route_with_long_argument/%
- display_plugin: page
- display_title: Page
- id: page_5
- position: 0
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.