You are here

public property FilterPluginBase::$operator in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/filter/FilterPluginBase.php \Drupal\views\Plugin\views\filter\FilterPluginBase::operator

Contains the operator which is used on the query.

Type: string

File

core/modules/views/src/Plugin/views/filter/FilterPluginBase.php, line 59

Class

FilterPluginBase
Base class for Views filters handler plugins.

Namespace

Drupal\views\Plugin\views\filter

Code

public $operator = '=';