Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Tables.php

Tables::$entityTables

Entity table array.

This array contains at most two entries: one for the data, one for the properties. Its keys are unique references to the tables, values are aliases.

Type: array

See also

\Drupal\Core\Entity\Query\Sql\Tables::ensureEntityTable().

File

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

Class

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

Namespace

Drupal\Core\Entity\Query\Sql

Code

protected $entityTables = [];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal