12 calls to Drupal::entityQuery()

DatabaseStorageController::loadByProperties in drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::loadByProperties().
DrupalUnitTestBaseTest::testEnableModulesInstallContainer in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests installing modules via enableModules() with DepedencyInjection services.
EntityQueryTest::testMetaData in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php
Test adding a tag and metadata to the Entity query object.
EntityReferenceAutoCreateTest::testAutoCreate in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutoCreateTest.php
Assert creation on a new entity.
EntityTranslationTest::assertMultilingualProperties in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php
Executes the multilingual property tests for the given entity type.
MenuLinkStorageController::countMenuLinks in drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php
Returns the number of menu links from a menu.
MenuLinkStorageController::findParent in drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php
Finds a possible parent for a given menu link entity.
MenuLinkStorageController::updateParentalStatus in drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php
Checks and updates the 'has_children' property for the parent of a link.
menu_link_delete_multiple in drupal/core/modules/menu_link/menu_link.module
Deletes multiple menu links.
SelectionBase::buildEntityQuery in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/entity_reference/selection/SelectionBase.php
Builds an EntityQuery to get referencable entities.
translation_entity_translatable_batch in drupal/core/modules/translation_entity/translation_entity.admin.inc
Batch callback: Converts field data to or from Language::LANGCODE_NOT_SPECIFIED.
_menu_build_tree in drupal/core/includes/menu.inc
Builds a menu tree.