You are here

protected property Query::$tables in Drupal 9

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

The Tables object for this query.

Type: \Drupal\Core\Entity\Query\Sql\TablesInterface

File

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

Class

Query
The SQL storage entity query class.

Namespace

Drupal\Core\Entity\Query\Sql

Code

protected $tables;