You are here

public function ConfigEntityRevisionsRevisionStorageHandlerInterface::getLatestPublishedRevision in Config Entity Revisions 8.2

Gets the latest published revision of the entity.

Return value

RevisionableStorageInterface The identifier of the latest published revision of the entity, or NULL if the entity does not have a published revision.

1 method overrides ConfigEntityRevisionsRevisionStorageHandlerInterface::getLatestPublishedRevision()
ConfigEntityRevisionsRevisionStorageHandler::getLatestPublishedRevision in src/Entity/Handler/ConfigEntityRevisionsRevisionStorageHandler.php
Gets the latest published revision ID of the entity.

File

src/ConfigEntityRevisionsRevisionStorageHandlerInterface.php, line 43

Class

ConfigEntityRevisionsRevisionStorageHandlerInterface
Interface ConfigEntityRevisionsRevisionStorageHandlerInterface.

Namespace

Drupal\config_entity_revisions

Code

public function getLatestPublishedRevision();