function ManyToOneHelper::getJoin

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

File

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

Class

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

Namespace

Drupal\views

Code

public function getJoin() {
  return $this->handler
    ->getJoin();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.