views.view.test_view_storage.yml in Drupal 10
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_storage.yml
3 string references to 'views.view.test_view_storage'
- ViewsListTest::testViewsListLimit in core/
modules/ views_ui/ tests/ src/ Functional/ ViewsListTest.php - Tests that the views list does not use a pager.
- ViewStorageTest::createTests in core/
modules/ views/ tests/ src/ Kernel/ ViewStorageTest.php - Tests creating configuration entities.
- ViewStorageTest::loadTests in core/
modules/ views/ tests/ src/ Kernel/ ViewStorageTest.php - Tests loading configuration entities.
File
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_storage.ymlView source
- langcode: en
- status: false
- dependencies: { }
- id: test_view_storage
- label: 'Storage Test View'
- module: views
- description: 'Storage Test View for testing.'
- tag: test
- base_table: views_test_data
- base_field: nid
- display:
- default:
- display_options:
- defaults:
- fields: false
- pager: false
- sorts: false
- fields:
- id:
- field: id
- id: id
- relationship: none
- table: views_test_data
- plugin_id: numeric
- sorts:
- id:
- field: id
- id: id
- order: ASC
- relationship: none
- table: views_test_data
- plugin_id: standard
- display_plugin: default
- display_title: Default
- id: default
- position: 0
- block_1:
- id: block_1
- display_title: Block
- display_plugin: block
- position: 2
- display_options:
- query:
- type: views_query
- options: { }
- page_1:
- id: page_1
- display_title: Page
- display_plugin: page
- position: 1
- display_options:
- query:
- type: views_query
- options: { }
- path: test_view_storage