views.view.test_comment.yml

Same filename and directory in other branches
  1. 9 core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment.yml
  2. 8.9.x core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment.yml
  3. 10 core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment.yml
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment.yml

File

core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - comment
  6. - entity_test
  7. - user
  8. id: test_comment
  9. label: test_comment
  10. module: views
  11. description: ''
  12. tag: ''
  13. base_table: comment_field_data
  14. base_field: cid
  15. display:
  16. default:
  17. display_plugin: default
  18. display_title: Default
  19. id: default
  20. position: 0
  21. display_options:
  22. defaults:
  23. fields: false
  24. pager: false
  25. sorts: false
  26. row:
  27. type: fields
  28. fields:
  29. subject:
  30. id: subject
  31. table: comment_field_data
  32. field: subject
  33. label: ''
  34. type: string
  35. plugin_id: field
  36. entity_type: comment
  37. entity_field: subject
  38. pager:
  39. options:
  40. offset: 0
  41. type: none
  42. sorts: { }

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