You are here

property BooleanOperator::$no_operator in Zircon Profile 8.0

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

Disable the possibility to use operators.

Type: bool

Overrides FilterPluginBase::$no_operator

File

core/modules/views/src/Plugin/views/filter/BooleanOperator.php, line 37
Contains \Drupal\views\Plugin\views\filter\BooleanOperator.

Class

BooleanOperator
Simple filter to handle matching of boolean values

Namespace

Drupal\views\Plugin\views\filter

Code

var $no_operator = TRUE;