You are here

public property FilterPluginBase::$value in Drupal 9

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

Contains the actual value of the field,either configured in the views ui or entered in the exposed filters.

File

core/modules/views/src/Plugin/views/filter/FilterPluginBase.php, line 52

Class

FilterPluginBase
Base class for Views filters handler plugins.

Namespace

Drupal\views\Plugin\views\filter

Code

public $value = NULL;