views.query.schema.yml

Same filename in other branches
  1. 8.9.x core/modules/views/config/schema/views.query.schema.yml
  2. 10 core/modules/views/config/schema/views.query.schema.yml
  3. 11.x core/modules/views/config/schema/views.query.schema.yml
core/modules/views/config/schema/views.query.schema.yml

File

core/modules/views/config/schema/views.query.schema.yml

View source
  1. # Schema for the views query.
  2. views.query.views_query:
  3. type: views_query
  4. label: 'Views query'
  5. mapping:
  6. query_comment:
  7. type: string
  8. label: 'Query comment'
  9. disable_sql_rewrite:
  10. type: boolean
  11. label: 'Disable SQL rewriting'
  12. distinct:
  13. type: boolean
  14. label: 'Distinct'
  15. replica:
  16. type: boolean
  17. label: 'Use Replica Server'
  18. query_tags:
  19. type: sequence
  20. label: 'Query Tags'
  21. sequence:
  22. type: string
  23. label: 'Tag'

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