views.view.test_display_invalid.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml
  2. 10 core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml
  3. 11.x core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml
1 string reference to 'views.view.test_display_invalid'
DisplayTest::testInvalidDisplayPlugins in core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
Tests invalid display plugins.

File

core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. id: test_display_invalid
  7. label: ''
  8. module: views
  9. description: ''
  10. tag: ''
  11. base_table: node_field_data
  12. base_field: nid
  13. display:
  14. default:
  15. display_options:
  16. row:
  17. type: fields
  18. fields:
  19. id:
  20. id: nid
  21. table: node_field_data
  22. field: nid
  23. plugin_id: field
  24. entity_type: node
  25. entity_field: nid
  26. display_plugin: default
  27. display_title: Default
  28. id: default
  29. position: 0
  30. block_1:
  31. display_plugin: block
  32. id: block_1
  33. display_title: Block
  34. position: 1
  35. page_1:
  36. display_options:
  37. path: test_display_invalid
  38. display_plugin: page
  39. display_title: Page
  40. id: page_1
  41. position: 0

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.