You are here

public function ManyToOneHelper::__construct in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/ManyToOneHelper.php \Drupal\views\ManyToOneHelper::__construct()

File

core/modules/views/src/ManyToOneHelper.php, line 24

Class

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

Namespace

Drupal\views

Code

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