You are here

protected function CiviEntityStorage::doLoadRevisionFieldItems in CiviCRM Entity 8.3

Actually loads revision field item values from the storage.

Parameters

int|string $revision_id: The revision identifier.

Return value

\Drupal\Core\Entity\EntityInterface|null The specified entity revision or NULL if not found.

Overrides SqlContentEntityStorage::doLoadRevisionFieldItems

Deprecated

in drupal:8.5.0 and is removed from drupal:9.0.0. \Drupal\Core\Entity\ContentEntityStorageBase::doLoadMultipleRevisionsFieldItems() should be implemented instead.

See also

https://www.drupal.org/node/2924915

File

src/CiviEntityStorage.php, line 309

Class

CiviEntityStorage
Defines entity class for external CiviCRM entities.

Namespace

Drupal\civicrm_entity

Code

protected function doLoadRevisionFieldItems($revision_id) {
}