You are here

protected property Tables::$caseSensitiveFields in Drupal 9

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

List of case sensitive fields.

Type: array

File

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

Class

Tables
Adds tables and fields to the SQL entity query.

Namespace

Drupal\Core\Entity\Query\Sql

Code

protected $caseSensitiveFields = [];