function ManyToOneHelper::getJoin

3 calls to ManyToOneHelper::getJoin()
ManyToOneHelper::addTable in core/modules/views/src/ManyToOneHelper.php
Add a table to the query.
ManyToOneHelper::ensureMyTable in core/modules/views/src/ManyToOneHelper.php
Override ensureMyTable so we can control how this joins in.
ManyToOneHelper::summaryJoin in core/modules/views/src/ManyToOneHelper.php
Provides the proper join for summary queries.

File

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

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.