ManyToOne::$valueFormType

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/filter/ManyToOne.php \Drupal\views\Plugin\views\filter\ManyToOne::valueFormType
  2. 10 core/modules/views/src/Plugin/views/filter/ManyToOne.php \Drupal\views\Plugin\views\filter\ManyToOne::valueFormType
  3. 11.x core/modules/views/src/Plugin/views/filter/ManyToOne.php \Drupal\views\Plugin\views\filter\ManyToOne::valueFormType

Type: valueFormType

Overrides InOperator::$valueFormType

File

core/modules/views/src/Plugin/views/filter/ManyToOne.php, line 105

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';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.