EntityArgument::titleQuery |
function |
core/modules/views/src/Plugin/views/argument/EntityArgument.php |
Override for specific title lookups. |
EntityListBuilder::getEntityListQuery |
function |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Returns a query object for loading entity IDs from the storage. |
EntityOperations::entityQueryTagLatestTranslatedAffectedRevisionAlter |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Implements hook_entity_query_tag__TAG_alter() for 'latest_translated_affected_revision'. |
EntityQueryServiceDeprecation |
class |
core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecation.php |
Tests the move of the 'pgsql.entity.query.sql' service. |
EntityQueryServiceDeprecation.php |
file |
core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecation.php |
|
EntityQueryServiceDeprecation::testFactoryOverriddenService |
function |
core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecation.php |
Tests getting the backend overridden service does not trigger deprecations. |
EntityQueryServiceDeprecation::testPostgresServiceDeprecated |
function |
core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecation.php |
Tests that the core provided service is deprecated. |
EntityQueryServiceDeprecation::testPostgresServiceNotDeprecated |
function |
core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecation.php |
Tests that the pgsql provided service is not deprecated. |
EntityReferenceArgument::titleQuery |
function |
core/modules/views/src/Plugin/views/argument/EntityReferenceArgument.php |
Override for specific title lookups. |
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(). |
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. |
FieldTestHooks::entityQueryAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php |
Implements hook_entity_query_alter(). |
FieldTestHooks::entityQueryEntityTestMulrevAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php |
Implements hook_entity_query_ENTITY_TYPE_alter() for 'entity_test_mulrev'. |
FieldTestHooks::entityQueryTagEntityQueryAlterTagTestAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php |
Implements hook_entity_query_tag__TAG_alter() for 'entity_query_alter_tag_test'. |
FieldTestHooks::entityQueryTagEntityTestMulrevEntityQueryEntityTestMulrevAlterTagTestAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php |
Implements hook_entity_query_tag__ENTITY_TYPE__TAG_alter(). |
FieldTestHooks::queryEfqMetadataTestAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php |
Implements hook_query_TAG_alter() for tag 'efq_metadata_test'. |
FieldTestHooks::queryEfqTablePrefixingTestAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php |
Implements hook_query_TAG_alter() for tag 'efq_table_prefixing_test'. |
hook_entity_query_alter |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Alter an entity query. |
hook_entity_query_ENTITY_TYPE_alter |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Alter an entity query for a specific entity type. |
hook_entity_query_tag__ENTITY_TYPE__TAG_alter |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Alter an entity query for a specific entity type that has a specific tag. |
hook_entity_query_tag__TAG_alter |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Alter an entity query that has a specific tag. |
hook_query_alter |
function |
core/lib/Drupal/Core/Database/database.api.php |
Perform alterations to a structured query. |
hook_query_TAG_alter |
function |
core/lib/Drupal/Core/Database/database.api.php |
Perform alterations to a structured query for a given tag. |
I18nQueryTrait |
trait |
core/modules/migrate_drupal/src/Plugin/migrate/source/I18nQueryTrait.php |
Gets an i18n translation from the source database. |
I18nQueryTrait.php |
file |
core/modules/migrate_drupal/src/Plugin/migrate/source/I18nQueryTrait.php |
|
I18nQueryTrait::$i18nStringTable |
property |
core/modules/migrate_drupal/src/Plugin/migrate/source/I18nQueryTrait.php |
The i18n string table name. |
I18nQueryTrait::getPropertyNotInRowTranslation |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/I18nQueryTrait.php |
Gets the translation for the property not already in the row. |
I18nQueryTraitTest |
class |
core/modules/migrate_drupal/tests/src/Kernel/I18nQueryTraitTest.php |
Tests instantiating migrate source plugins using I18nQueryTrait. |
I18nQueryTraitTest.php |
file |
core/modules/migrate_drupal/tests/src/Kernel/I18nQueryTraitTest.php |
|
I18nQueryTraitTest::$modules |
property |
core/modules/migrate_drupal/tests/src/Kernel/I18nQueryTraitTest.php |
Modules to install. |
I18nQueryTraitTest::disablePsr4ForUninstalledModules |
function |
core/modules/migrate_drupal/tests/src/Kernel/I18nQueryTraitTest.php |
Removes PSR-4 namespaces from class loader for uninstalled modules. |
I18nQueryTraitTest::providerI18nQueryTraitPlugins |
function |
core/modules/migrate_drupal/tests/src/Kernel/I18nQueryTraitTest.php |
Provides data for testMigrateSourcePluginUsingI18nQueryTraitDiscovery(). |
I18nQueryTraitTest::testMigrateSourcePluginUsingI18nQueryTraitDiscovery |
function |
core/modules/migrate_drupal/tests/src/Kernel/I18nQueryTraitTest.php |
Tests instantiating migrate source plugins using I18nQueryTrait. |
Insert::$fromQuery |
property |
core/lib/Drupal/Core/Database/Query/Insert.php |
A SelectQuery object to fetch the rows that should be inserted. |
InvalidMergeQueryException |
class |
core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php |
Exception thrown for merge queries that do not make semantic sense. |
InvalidMergeQueryException.php |
file |
core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php |
|
InvalidQueryException |
class |
core/lib/Drupal/Core/Database/InvalidQueryException.php |
Exception thrown if a query would be invalid. |
InvalidQueryException.php |
file |
core/lib/Drupal/Core/Database/InvalidQueryException.php |
|