12 calls to EntityStorageBase::loadMultiple()
- CommentStorage::loadThread in core/
modules/ comment/ src/ CommentStorage.php  - To display threaded comments in the correct order we keep a 'thread' field and order by that value. This field keeps this data in a way which is easy to update and convenient to use.
 - ConfigEntityStorage::loadMultipleOverrideFree in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityStorage.php  - Loads one or more entities in their original form without overrides.
 - EntityStorageBase::load in core/
lib/ Drupal/ Core/ Entity/ EntityStorageBase.php  - Loads one entity.
 - EntityStorageBase::loadByProperties in core/
lib/ Drupal/ Core/ Entity/ EntityStorageBase.php  - Load entities by their property values without any access checks.
 - FieldConfigStorage::loadByProperties in core/
modules/ field/ src/ FieldConfigStorage.php  - Load entities by their property values without any access checks.
 - FieldStorageConfigStorage::loadByProperties in core/
modules/ field/ src/ FieldStorageConfigStorage.php  - Load entities by their property values without any access checks.
 - ItemStorage::executeFeedItemQuery in core/
modules/ aggregator/ src/ ItemStorage.php  - Helper method to execute an item query.
 - RoleStorage::isPermissionInRoles in core/
modules/ user/ src/ RoleStorage.php  - Returns whether a permission is in one of the passed in roles.
 - TermStorage::getChildren in core/
modules/ taxonomy/ src/ TermStorage.php  - Returns all children terms of this term.
 - TermStorage::getNodeTerms in core/
modules/ taxonomy/ src/ TermStorage.php  - Returns all terms used to tag some given nodes.
 - TermStorage::getParents in core/
modules/ taxonomy/ src/ TermStorage.php  - Returns a list of parents of this term.
 - TermStorage::loadTree in core/
modules/ taxonomy/ src/ TermStorage.php  - Finds all terms in a given vocabulary ID.
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.