You are here

public function ConfigEntityRevisionsInterface::contentEntityStorage in Config Entity Revisions 1.x

Same name and namespace in other branches
  1. 8 src/ConfigEntityRevisionsInterface.php \Drupal\config_entity_revisions\ConfigEntityRevisionsInterface::contentEntityStorage()

Get the revisions entity storage.

Return value

ContentEntityStorageInterface The storage for the revisions entity.

File

src/ConfigEntityRevisionsInterface.php, line 93

Class

ConfigEntityRevisionsInterface
ConfigEntityRevisionsInterface.

Namespace

Drupal\config_entity_revisions

Code

public function contentEntityStorage();