6 calls to EntityStorageBase::getQuery() in Drupal 10
- ContentEntityStorageBase::getLatestRevisionId in core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php - Returns the latest revision identifier for an entity.
- ContentEntityStorageBase::getLatestTranslationAffectedRevisionId in core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php - Returns the latest revision affecting the specified translation.
- ContentEntityStorageBase::isAnyStoredRevisionTranslated in core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php - Checks whether any stored entity revision is translated.
- ContentEntityStorageBase::preLoad in core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php - Gathers entities from a 'preload' step.
- EntityStorageBase::hasData in core/
lib/ Drupal/ Core/ Entity/ EntityStorageBase.php - Determines if the storage contains any data.
- EntityStorageBase::loadByProperties in core/
lib/ Drupal/ Core/ Entity/ EntityStorageBase.php - Load entities by their property values.