You are here

15 calls to Drupal::entityQuery() in Drupal 8

comment_entity_predelete in core/modules/comment/comment.module
Implements hook_entity_predelete().
comment_field_config_delete in core/modules/comment/comment.module
Implements hook_ENTITY_TYPE_delete() for 'field_config'.
comment_user_predelete in core/modules/comment/comment.module
Implements hook_ENTITY_TYPE_predelete() for user entities.
DrupalTest::testEntityQuery in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the entityQuery() method.
EntityReferenceAutoCreateTest::testAutoCreate in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php
Tests that the autocomplete input element appears and the creation of a new entity.
EntityTranslationTest::doTestMultilingualProperties in core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php
Executes the multilingual property tests for the given entity type.
HighWaterTest::nodeExists in core/modules/migrate/tests/src/Kernel/HighWaterTest.php
Checks if node with given title exists.
InstallUninstallTest::preUninstallForum in core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
Deletes forum taxonomy terms, so Forum can be uninstalled.
ItemStorage::loadAll in core/modules/aggregator/src/ItemStorage.php
Loads feed items from all feeds.
KernelTestBaseTest::testEnableModulesInstallContainer in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests installing modules with DependencyInjection services.
node_access_rebuild in core/modules/node/node.module
Rebuilds the node access database.
node_get_recent in core/modules/node/node.module
Finds the most recently changed nodes that are available to the current user.
TaxonomyQueryAlterTest::testTaxonomyQueryAlter in core/modules/taxonomy/tests/src/Kernel/TaxonomyQueryAlterTest.php
Tests that appropriate tags are added when querying the database.
TrackChangesTest::termExists in core/modules/migrate/tests/src/Kernel/TrackChangesTest.php
Checks if term with given name exists.
UniqueFieldValueValidator::validate in core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldValueValidator.php
Checks if the passed value is valid.