views_plugin_query_default::$group_operator
Same name in other branches
- 7.x-3.x plugins/views_plugin_query_default.inc \views_plugin_query_default::group_operator
The default operator to use when connecting the WHERE groups. May be AND or OR.
Type: group_operator
File
-
plugins/
views_plugin_query_default.inc, line 45
Class
- views_plugin_query_default
- Object used to create a SELECT query.
Code
var $group_operator = 'AND';