You are here

public property BooleanOperator::$accept_null in Drupal 9

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

Whether to accept NULL as a false value or not.

Type: bool

File

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

Class

BooleanOperator
Simple filter to handle matching of boolean values.

Namespace

Drupal\views\Plugin\views\filter

Code

public $accept_null = FALSE;