property ManyToOne::$helper in Views (for Drupal 7) 8.3
Stores the Helper object which handles the many_to_one complexity.
Type: Drupal\views\ManyToOneHelper
File
- lib/
Drupal/ views/ Plugin/ views/ filter/ ManyToOne.php, line 35 - 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\filterCode
var $helper = NULL;