| Query.php |
file |
core/modules/workspaces/src/EntityQuery/Query.php |
|
| Query.php |
file |
core/lib/Drupal/Core/Config/Entity/Query/Query.php |
|
| Query.php |
file |
core/lib/Drupal/Core/Database/Query/Query.php |
|
| Query.php |
file |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
|
| Query.php |
file |
core/lib/Drupal/Core/Entity/Query/Null/Query.php |
|
| Query.php |
file |
core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php |
|
| Query::$comments |
property |
core/lib/Drupal/Core/Database/Query/Query.php |
An array of comments that can be prepended to a query. |
| Query::$configFactory |
property |
core/lib/Drupal/Core/Config/Entity/Query/Query.php |
The config factory used by the config entity query. |
| Query::$connection |
property |
core/lib/Drupal/Core/Database/Query/Query.php |
The connection object on which to run this query. |
| Query::$connection |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
|
| Query::$connectionKey |
property |
core/lib/Drupal/Core/Database/Query/Query.php |
The key of the connection object. |
| Query::$connectionTarget |
property |
core/lib/Drupal/Core/Database/Query/Query.php |
The target of the connection object. |
| Query::$entityType |
property |
core/lib/Drupal/Core/Config/Entity/Query/Query.php |
Information about the entity type. |
| Query::$keyValueFactory |
property |
core/lib/Drupal/Core/Config/Entity/Query/Query.php |
The key value factory. |
| Query::$keyValueFactory |
property |
core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php |
The key value factory. |
| Query::$nextPlaceholder |
property |
core/lib/Drupal/Core/Database/Query/Query.php |
The placeholder counter. |
| Query::$queryOptions |
property |
core/lib/Drupal/Core/Database/Query/Query.php |
The query options to pass on to the connection object. |
| Query::$sqlFields |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
An array of fields keyed by the field alias. |
| Query::$sqlGroupBy |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
An array of strings for the SQL 'group by' operation. |
| Query::$sqlQuery |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
The build sql select query. |
| Query::$tables |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
The Tables object for this query. |
| Query::$uniqueIdentifier |
property |
core/lib/Drupal/Core/Database/Query/Query.php |
A unique identifier for this query object. |
| Query::addSort |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
Adds the sort to the build query. |
| Query::comment |
function |
core/lib/Drupal/Core/Database/Query/Query.php |
Adds a comment to the query. |
| Query::compile |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
Compiles the conditions. |
| Query::condition |
function |
core/lib/Drupal/Core/Config/Entity/Query/Query.php |
Overrides \Drupal\Core\Entity\Query\QueryBase::condition(). |
| Query::conditionAggregateGroupFactory |
function |
core/lib/Drupal/Core/Entity/Query/Null/Query.php |
Creates an object holding a group of conditions. |
| Query::execute |
function |
core/lib/Drupal/Core/Config/Entity/Query/Query.php |
Execute the query. |
| Query::execute |
function |
core/lib/Drupal/Core/Database/Query/Query.php |
Runs the query against the database. |
| Query::execute |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
Execute the query. |
| Query::execute |
function |
core/lib/Drupal/Core/Entity/Query/Null/Query.php |
Execute the query. |
| Query::execute |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php |
Execute the query. |
| Query::existsAggregate |
function |
core/lib/Drupal/Core/Entity/Query/Null/Query.php |
Queries for the existence of a field. |
| Query::finish |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
Finish the query by adding fields, GROUP BY and range. |
| Query::getComments |
function |
core/lib/Drupal/Core/Database/Query/Query.php |
Returns a reference to the comments array for the query. |
| Query::getConfigKeyStore |
function |
core/lib/Drupal/Core/Config/Entity/Query/Query.php |
Gets the key value store used to store fast lookups. |
| Query::getConnection |
function |
core/lib/Drupal/Core/Database/Query/Query.php |
Gets the database connection to be used for the query. |
| Query::getSqlField |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
Constructs a select expression for a given field and language. |
| Query::getTables |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
Gets the Tables object for this query. |
| Query::isSimpleQuery |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
Determines whether the query requires GROUP BY and ORDER BY MIN/MAX. |
| Query::loadRecords |
function |
core/lib/Drupal/Core/Config/Entity/Query/Query.php |
Loads the config records to examine for the query. |
| Query::nextPlaceholder |
function |
core/lib/Drupal/Core/Database/Query/Query.php |
Gets the next placeholder value for this query object. |
| Query::notExistsAggregate |
function |
core/lib/Drupal/Core/Entity/Query/Null/Query.php |
Queries for the nonexistence of a field. |
| Query::prepare |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
Prepares the basic query with proper metadata/tags and base fields. |
| Query::prepare |
function |
core/modules/workspaces/src/EntityQuery/Query.php |
Prepares the basic query with proper metadata/tags and base fields. |
| Query::result |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
Executes the query and returns the result. |
| Query::uniqueIdentifier |
function |
core/lib/Drupal/Core/Database/Query/Query.php |
Returns a unique identifier for this object. |
| Query::__clone |
function |
core/lib/Drupal/Core/Database/Query/Query.php |
Implements the magic __clone function. |
| Query::__clone |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
Implements the magic __clone method. |
| Query::__construct |
function |
core/lib/Drupal/Core/Config/Entity/Query/Query.php |
Constructs a Query object. |