Condition::$tableIndexPrefix

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Entity/Query/Sql/Condition.php \Drupal\Core\Entity\Query\Sql\Condition::tableIndexPrefix

The index and depth of an embedded condition.

This allows nested AND conditions to join tables again for multi-value fields.

Type: tableIndexPrefix

File

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

Class

Condition
Implements entity query conditions for SQL databases.

Namespace

Drupal\Core\Entity\Query\Sql

Code

protected string $tableIndexPrefix = '';

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