You are here

constant BooleanOperator::NOT_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::NOT_EQUAL

The non equal query operator.

File

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

Class

BooleanOperator
Simple filter to handle matching of boolean values

Namespace

Drupal\views\Plugin\views\filter

Code

const NOT_EQUAL = '<>';