You are here

property ManyToOne::$value_form_type in Views (for Drupal 7) 8.3

Overrides InOperator::$value_form_type

File

lib/Drupal/views/Plugin/views/filter/ManyToOne.php, line 107
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';