property ManyToOne::$helper

Stores the Helper object which handles the many_to_one complexity.

Type: Drupal\views\ManyToOneHelper

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/ManyToOne.php, line 34
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 $helper = NULL;