EntityReferenceArgument::titleQuery |
function |
core/modules/views/src/Plugin/views/argument/EntityReferenceArgument.php |
Override for specific title lookups. |
EntityResource::executeQueryInRenderContext |
function |
core/modules/jsonapi/src/Controller/EntityResource.php |
Executes the query in a render context, to catch bubbled cacheability. |
EntityResource::getCollectionCountQuery |
function |
core/modules/jsonapi/src/Controller/EntityResource.php |
Gets a basic query for a collection count. |
EntityResource::getCollectionQuery |
function |
core/modules/jsonapi/src/Controller/EntityResource.php |
Gets a basic query for a collection. |
EntityReverse::query |
function |
core/modules/views/src/Plugin/views/relationship/EntityReverse.php |
Called to implement a relationship in a query. |
EntityRow::query |
function |
core/modules/views/src/Plugin/views/row/EntityRow.php |
Add anything to the query that we might need to. |
EntityStorageBase::buildPropertyQuery |
function |
core/lib/Drupal/Core/Entity/EntityStorageBase.php |
Builds an entity query. |
EntityStorageBase::getAggregateQuery |
function |
core/lib/Drupal/Core/Entity/EntityStorageBase.php |
Gets an aggregated query instance. |
EntityStorageBase::getQuery |
function |
core/lib/Drupal/Core/Entity/EntityStorageBase.php |
Gets an entity query instance. |
EntityStorageBase::getQueryServiceName |
function |
core/lib/Drupal/Core/Entity/EntityStorageBase.php |
Gets the name of the service for the query for this entity storage. |
EntityStorageInterface::getAggregateQuery |
function |
core/lib/Drupal/Core/Entity/EntityStorageInterface.php |
Gets an aggregated query instance. |
EntityStorageInterface::getQuery |
function |
core/lib/Drupal/Core/Entity/EntityStorageInterface.php |
Gets an entity query instance. |
EntityTestHooks::queryEntityTestAccessAlter |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_query_entity_test_access_alter(). |
EntityTranslationRendererBase::query |
function |
core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php |
Alters the query if needed. |
EntityTranslationSettings::query |
function |
core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php |
Prepares query object to retrieve data from the source database. |
ExposedFormPluginBase::query |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Add anything to the query that we might need to. |
Extension::query |
function |
core/modules/system/src/Plugin/migrate/source/Extension.php |
Prepares query object to retrieve data from the source database. |
FetchLegacyTest::testQueryFetchAllAssoc |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Tests ::fetchAllAssoc(). |
FetchLegacyTest::testQueryFetchAllColumn |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Confirms that we can fetch all records into an array explicitly. |
FetchLegacyTest::testQueryFetchArray |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Confirms that we can fetch a record to an associative array explicitly. |
FetchLegacyTest::testQueryFetchColumn |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Confirms that we can fetch a single column value. |
FetchLegacyTest::testQueryFetchColumnOutOfRange |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Confirms that an out of range index throws an error. |
FetchLegacyTest::testQueryFetchNum |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Confirms that we can fetch a record into an indexed array explicitly. |
FetchLegacyTest::testQueryFetchObject |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Confirms that we can fetch a record to an object explicitly. |
FetchTest::testQueryFetchAllAssoc |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Tests ::fetchAllAssoc(). |
FetchTest::testQueryFetchAllColumn |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch all records into an array explicitly. |
FetchTest::testQueryFetchArray |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch a record to an associative array explicitly. |
FetchTest::testQueryFetchClass |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch a record into a new instance of a custom class. |
FetchTest::testQueryFetchCol |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch an entire column of a result set at once. |
FetchTest::testQueryFetchColEdgeCases |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Tests ::fetchCol() for edge values returned. |
FetchTest::testQueryFetchColIndexOutOfRange |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that an out of range index in fetchCol() throws an error. |
FetchTest::testQueryFetchColIndexOutOfRangeOnEmptyResultSet |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms empty result set prevails on out of range index in fetchCol(). |
FetchTest::testQueryFetchColumn |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch a single column value. |
FetchTest::testQueryFetchColumnOutOfRange |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that an out of range index throws an error. |
FetchTest::testQueryFetchDefault |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch a record properly in default object mode. |
FetchTest::testQueryFetchField |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Tests ::fetchField(). |
FetchTest::testQueryFetchFieldEdgeCases |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Tests ::fetchField() for edge values returned. |
FetchTest::testQueryFetchFieldIndexOutOfRange |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that an out of range index in fetchField() throws an error. |
FetchTest::testQueryFetchFieldIndexOutOfRangeOnEmptyResultSet |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms empty result set prevails on out of range index in fetchField(). |
FetchTest::testQueryFetchNum |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch a record into an indexed array explicitly. |
FetchTest::testQueryFetchObject |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch a record to an object explicitly. |
FetchTest::testQueryFetchObjectClass |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch a record into a class using fetchObject. |
FetchTest::testQueryFetchObjectClassNoConstructorArgs |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch a record into a class without constructor args. |
Field::query |
function |
core/modules/field/src/Plugin/migrate/source/d6/Field.php |
Prepares query object to retrieve data from the source database. |
Field::query |
function |
core/modules/field/src/Plugin/migrate/source/d7/Field.php |
Prepares query object to retrieve data from the source database. |
FieldFormButtonTest::query |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php |
Called to add the field to a query. |
FieldInstance::query |
function |
core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php |
Prepares query object to retrieve data from the source database. |
FieldInstance::query |
function |
core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php |
Prepares query object to retrieve data from the source database. |
FieldInstanceOptionTranslation::query |
function |
core/modules/field/src/Plugin/migrate/source/d6/FieldInstanceOptionTranslation.php |
Prepares query object to retrieve data from the source database. |
FieldInstancePerFormDisplay::query |
function |
core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerFormDisplay.php |
Prepares query object to retrieve data from the source database. |