Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
Drupal.php
»
Drupal
»
Drupal::entityQuery
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
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.