function ContentEntityStorageBase::doLoadRevisionFieldItems
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.
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
-
core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php, line 606
Class
- ContentEntityStorageBase
- Base class for content entity storage handlers.
Namespace
Drupal\Core\EntityCode
abstract protected function doLoadRevisionFieldItems($revision_id);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.