Tables
  • References/PHP/Drupal/Entity/Query/Sql/Tables

Adds tables and fields to the SQL entity query. Hierarchy class \Drupal\Core\Entity\Query\Sql\

2025-01-10 15:47:30
QueryFactory::get
  • References/PHP/Drupal/Entity/Query/Sql/QueryFactory

public QueryFactory::get(EntityTypeInterface $entity_type, $c

2025-01-10 15:47:30
QueryFactory
  • References/PHP/Drupal/Entity/Query/Sql/pgsql/QueryFactory

PostgreSQL specific entity query implementation. To add a new query implementation extending the default SQL one, add a service definition like

2025-01-10 15:47:30
Condition::notExists
  • References/PHP/Drupal/Entity/Query/Sql/Condition

public Condition::notExists($field, $langcode = NULL)

2025-01-10 15:47:30
QueryAggregate::addSortAggregate
  • References/PHP/Drupal/Entity/Query/Sql/QueryAggregate

protected QueryAggregate::addSortAggregate()

2025-01-10 15:47:30
QueryAggregate::createSqlAlias
  • References/PHP/Drupal/Entity/Query/Sql/QueryAggregate

QueryAggregate::createSqlAlias($field, $sql_field)

2025-01-10 15:47:30
QueryFactory::$connection
  • References/PHP/Drupal/Entity/Query/Sql/QueryFactory

The database connection to use. Type:

2025-01-10 15:47:30
QueryFactory
  • References/PHP/Drupal/Entity/Query/Sql/QueryFactory

Factory class creating entity query objects for the SQL backend. Hierarchy class

2025-01-10 15:47:30
Condition::translateCondition
  • References/PHP/Drupal/Entity/Query/Sql/Condition

public static Condition::translateCondition(&$condition, SelectInterface

2025-01-10 15:47:30
Query::getSqlField
  • References/PHP/Drupal/Entity/Query/Sql/Query

protected Query::getSqlField($field, $langcode)

2025-01-10 15:47:30