Query::getTables

public function Query::getTables

public Query::getTables(SelectInterface $sql_query)

Gets the Tables object for this query.

Parameters

\Drupal\Core\Database\Query\SelectInterface $sql_query: The SQL query object being built.

Return value

\Drupal\Core\Entity\Query\Sql\TablesInterface The object that adds tables and fields to the SQL query object.

File

core/lib/Drupal/