You are here

public function ConfigEntityRevisionsRevisionStorageHandlerInterface::loadConfigEntityRevision in Config Entity Revisions 8.2

Load a particular revision of a config entity.

Parameters

int $revision: The revision ID to load.

mixed $entity: The entity type to load.

Return value

mixed The loaded revision or NULL.

1 method overrides ConfigEntityRevisionsRevisionStorageHandlerInterface::loadConfigEntityRevision()
ConfigEntityRevisionsRevisionStorageHandler::loadConfigEntityRevision in src/Entity/Handler/ConfigEntityRevisionsRevisionStorageHandler.php
Load a particular revision of a config entity.

File

src/ConfigEntityRevisionsRevisionStorageHandlerInterface.php, line 160

Class

ConfigEntityRevisionsRevisionStorageHandlerInterface
Interface ConfigEntityRevisionsRevisionStorageHandlerInterface.

Namespace

Drupal\config_entity_revisions

Code

public function loadConfigEntityRevision($revision = NULL, $entity = '');