function ManyToOneHelper::__construct

File

drupal/core/modules/views/lib/Drupal/views/ManyToOneHelper.php, line 28
Definition of Drupal\views\ManyToOneHelper.

Class

ManyToOneHelper
This many to one helper object is used on both arguments and filters.

Namespace

Drupal\views

Code

function __construct($handler) {
  $this->handler = $handler;
}