You are here

function ManyToOneHelper::__construct in Views (for Drupal 7) 8.3

File

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