You are here

constant BooleanOperator::EQUAL in Drupal 8

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

The equal query operator.

File

core/modules/views/src/Plugin/views/filter/BooleanOperator.php, line 35

Class

BooleanOperator
Simple filter to handle matching of boolean values

Namespace

Drupal\views\Plugin\views\filter

Code

const EQUAL = '=';