W3cubDocs

/Drupal 8

abstract protected function ContentEntityStorageBase::doLoadRevisionFieldItems

abstract protected ContentEntityStorageBase::doLoadRevisionFieldItems($revision_id)

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.

File

core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php, line 239

Class

ContentEntityStorageBase
Base class for content entity storage handlers.

Namespace

Drupal\Core\Entity

Code

abstract protected function doLoadRevisionFieldItems($revision_id);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!ContentEntityStorageBase.php/function/ContentEntityStorageBase::doLoadRevisionFieldItems/8.1.x