You are here

public property FilterPluginBase::$no_operator in Drupal 9

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

Disable the possibility to use operators.

Type: bool

File

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

Class

FilterPluginBase
Base class for Views filters handler plugins.

Namespace

Drupal\views\Plugin\views\filter

Code

public $no_operator = FALSE;