function SelectExtender::join

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Database/Query/SelectExtender.php \Drupal\Core\Database\Query\SelectExtender::join()

File

core/lib/Drupal/Core/Database/Query/SelectExtender.php, line 365

Class

SelectExtender
The base extender class for Select queries.

Namespace

Drupal\Core\Database\Query

Code

public function join($table, $alias = NULL, $condition = NULL, $arguments = []) {
  return $this->query
    ->join($table, $alias, $condition, $arguments);
}

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