You are here

protected property ManyToOne::$valueFormType in Zircon Profile 8.0

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

Overrides InOperator::$valueFormType

File

core/modules/views/src/Plugin/views/filter/ManyToOne.php, line 110
Contains \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

protected $valueFormType = 'select';