views.view.test_view.yml
Same filename in other branches
4 string references to 'views.view.test_view'
- DisplayPathTest::testUseAdminTheme in core/
modules/ views_ui/ tests/ src/ Functional/ DisplayPathTest.php - Tests the "Use the administration theme" configuration.
- FilterNumericWebTest::testFilterNumericUI in core/
modules/ views_ui/ tests/ src/ Functional/ FilterNumericWebTest.php - Tests the filter numeric UI.
- StorageComparerTest::testCreateChangelistCreate in core/
tests/ Drupal/ Tests/ Core/ Config/ StorageComparerTest.php - @covers ::createChangelist
- StorageComparerTest::testCreateChangelistDelete in core/
tests/ Drupal/ Tests/ Core/ Config/ StorageComparerTest.php - @covers ::createChangelist
File
-
core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_view.yml
View source
- langcode: en
- status: true
- dependencies: { }
- id: test_view
- label: 'Test view'
- module: views
- description: ''
- tag: ''
- base_table: views_test_data
- base_field: nid
- display:
- default:
- display_options:
- defaults:
- fields: false
- pager: false
- sorts: false
- row:
- type: fields
- fields:
- age:
- field: age
- id: age
- relationship: none
- table: views_test_data
- plugin_id: numeric
- id:
- field: id
- id: id
- relationship: none
- table: views_test_data
- plugin_id: numeric
- name:
- field: name
- id: name
- relationship: none
- table: views_test_data
- plugin_id: standard
- pager:
- options:
- offset: 0
- type: none
- 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
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.