protected function ContentEntityNullStorage::doLoadRevisionFieldItems in Drupal 8
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 ContentEntityStorageBase::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
- core/
lib/ Drupal/ Core/ Entity/ ContentEntityNullStorage.php, line 89
Class
- ContentEntityNullStorage
- Defines a null entity storage.
Namespace
Drupal\Core\EntityCode
protected function doLoadRevisionFieldItems($revision_id) {
}