views.query.schema.yml
Same filename in other branches
File
-
core/
modules/ views/ config/ schema/ views.query.schema.yml
View source
- # Schema for the views query.
-
- views.query.views_query:
- type: views_query
- label: 'Views query'
- mapping:
- query_comment:
- type: string
- label: 'Query comment'
- disable_sql_rewrite:
- type: boolean
- label: 'Disable SQL rewriting'
- distinct:
- type: boolean
- label: 'Distinct'
- replica:
- type: boolean
- label: 'Use Replica Server'
- query_tags:
- type: sequence
- label: 'Query Tags'
- sequence:
- type: string
- label: 'Tag'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.