views.filter.schema.yml

drupal/core/modules/views/config/schema/views.filter.schema.yml

File

drupal/core/modules/views/config/schema/views.filter.schema.yml
View source
  1. # Schema for the views filter plugins.
  2. views.filter.*:
  3. type: views_filter
  4. label: 'Default filter'
  5. views_filter_boolean:
  6. type: views_filter
  7. mapping:
  8. value:
  9. type: boolean
  10. views_filter_boolean_string:
  11. type: views_filter_boolean
  12. views.filter.broken:
  13. type: views_filter
  14. label: 'Broken'
  15. views.filter.bundle:
  16. type: views.filter.in_operator
  17. label: 'Broken'
  18. views.filter.combine:
  19. type: views.filter.string
  20. label: 'Combine'
  21. views.filter.date:
  22. type: views.filter.numeric
  23. label: 'Date'
  24. views.filter.in_operator:
  25. type: views_filter
  26. label: 'IN operartor'
  27. mapping:
  28. operator:
  29. type: string
  30. label: 'Operator'
  31. value:
  32. type: sequence
  33. label: 'Values'
  34. sequence:
  35. - type: string
  36. label: 'Value'
  37. expose:
  38. type: mapping
  39. label: 'Expose'
  40. mapping:
  41. reduce:
  42. type: boolean
  43. label: 'Reduce'
  44. views.filter.string:
  45. type: views_filter
  46. label: 'String'
  47. mapping:
  48. expose:
  49. type: mapping
  50. label: 'Exposed'
  51. mapping:
  52. required:
  53. type: boolean
  54. label: 'Required'
  55. views.filter.numeric:
  56. type: views_filter
  57. label: 'Numeric'
  58. mapping:
  59. value:
  60. type: mapping
  61. label: 'Operator'
  62. mapping:
  63. min:
  64. type: string
  65. label: 'Min'
  66. max:
  67. type: string
  68. label: 'And max'
  69. value:
  70. type: string
  71. label: 'Value'
  72. type:
  73. type: string
  74. label: 'Value type'
  75. views.filter.equality:
  76. type: views.filter.numeric
  77. label: 'Broken'
  78. views.filter.many_to_one:
  79. type: views.filter.in_operator
  80. label: 'Many to one'
  81. mapping:
  82. operator:
  83. type: string
  84. label: 'Operator'
  85. value:
  86. type: sequence
  87. label: 'Values'
  88. sequence:
  89. - type: string
  90. label: 'Value'
  91. views.filter.group_items.string:
  92. type: sequence
  93. label: 'Group items'
  94. sequence:
  95. - type: mapping
  96. label: 'Group item'
  97. mapping:
  98. title:
  99. type: label
  100. label: 'Label'
  101. operator:
  102. type: string
  103. label: 'Operator'
  104. value:
  105. type: label
  106. label: 'Value'