views.view.test_filter.yml

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

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - user
  6. id: test_filter
  7. label: 'Test filters'
  8. module: views
  9. description: ''
  10. tag: ''
  11. base_table: views_test_data
  12. base_field: nid
  13. display:
  14. default:
  15. display_options:
  16. access:
  17. type: perm
  18. cache:
  19. type: tag
  20. exposed_form:
  21. type: basic
  22. fields:
  23. title:
  24. alter:
  25. ellipsis: false
  26. word_boundary: false
  27. field: name
  28. id: name
  29. label: ''
  30. table: views_test_data
  31. plugin_id: string
  32. filters:
  33. type:
  34. field: name
  35. id: test_filter
  36. table: views_test_data
  37. plugin_id: string
  38. query:
  39. type: views_query
  40. use_more_always: false
  41. style:
  42. type: default
  43. row:
  44. type: fields
  45. display_plugin: default
  46. display_title: Default
  47. id: default
  48. position: 0

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