Tables::$nextBaseTables

Same name and namespace in other branches
  1. main core/lib/Drupal/Core/Entity/Query/Sql/Tables.php \Drupal\Core\Entity\Query\Sql\Tables::nextBaseTables

Next base tables array.

Key is table this joins to and its column, value is alias. This array contains one entry per joined table via addNextBaseTable.

Type: array

File

core/lib/Drupal/Core/Entity/Query/Sql/Tables.php, line 55

Class

Tables
Adds database tables and fields to the SQL entity query.

Namespace

Drupal\Core\Entity\Query\Sql

Code

protected $nextBaseTables = [];

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