You are here

protected property InOperator::$valueOptions in Drupal 9

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

Stores all operations which are available on the form.

Type: array

File

core/modules/views/src/Plugin/views/filter/InOperator.php, line 31

Class

InOperator
Simple filter to handle matching of multiple options selectable via checkboxes.

Namespace

Drupal\views\Plugin\views\filter

Code

protected $valueOptions = NULL;