property ManyToOne::$value_form_type

Overrides InOperator::$value_form_type

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/ManyToOne.php, line 110
Definition of Drupal\views\Plugin\views\filter\ManyToOne.

Class

ManyToOne
Complex filter to handle filtering for many to one relationships, such as terms (many terms per node) or roles (many roles per user).

Namespace

Drupal\views\Plugin\views\filter

Code

var $value_form_type = 'select';