Adds tables and fields to the SQL entity query.
Hierarchy
- interface \Drupal\Core\Entity\Query\Sql\TablesInterface
File
- core/lib/Drupal/Core/Entity/Query/Sql/TablesInterface.php, line 8
Namespace
Drupal\Core\Entity\Query\Sql
Members
Name | Modifiers | Type | Description |
---|---|---|---|
TablesInterface::addField | public | function | Adds a field to a database query. |
TablesInterface::isFieldCaseSensitive | public | function | Determines whether the given field is case sensitive. |
Please login to continue.