You are here

public property views_handler_filter::$operator in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 handlers/views_handler_filter.inc \views_handler_filter::operator

Contains the operator which is used on the query.

Type: string

File

handlers/views_handler_filter.inc, line 50
Definitions of views_handler_filter and views_handler_filter_broken.

Class

views_handler_filter
Base class for filters.

Code

public $operator = '=';