protected Tables::addJoin($type, $table, $join_condition, $langcode, $delta = NULL)
File
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php, line 330
Class
Tables Adds tables and fields to the SQL entity query.
Namespace
Drupal\Core\Entity\Query\Sql
Code
protected function addJoin($type, $table, $join_condition, $langcode, $delta = NULL) {
$arguments = array();
if ($langcode) {
$entity_type_id = $this->sqlQuery->getMetaData('entity_type');
$entity_type = $this->entit