13 calls to EntityStorageBase::loadMultiple() in Zircon Profile 8
- 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.
- FieldConfigStorage::loadByProperties in core/
modules/ field/ src/ FieldConfigStorage.php - Load entities by their property values.
- FieldStorageConfigStorage::loadByProperties in core/
modules/ field/ src/ FieldStorageConfigStorage.php - Load entities by their property values.
- ItemStorage::executeFeedItemQuery in core/
modules/ aggregator/ src/ ItemStorage.php - Helper method to execute an item query.
- MigrationStorage::loadMultiple in core/
modules/ migrate/ src/ MigrationStorage.php - Loads one or more entities.
- RoleStorage::isPermissionInRoles in core/
modules/ user/ src/ RoleStorage.php - Returns whether a permission is in one of the passed in roles.
- TermStorage::getNodeTerms in core/
modules/ taxonomy/ src/ TermStorage.php - Returns all terms used to tag some given nodes.
- TermStorage::loadChildren in core/
modules/ taxonomy/ src/ TermStorage.php - Finds all children of a term ID.
- TermStorage::loadParents in core/
modules/ taxonomy/ src/ TermStorage.php - Finds all parents of a given term ID.
- TermStorage::loadTree in core/
modules/ taxonomy/ src/ TermStorage.php - Finds all terms in a given vocabulary ID.