You are here

public function ConfigEntityRevisionsInterface::contentEntityStorage in Config Entity Revisions 8

Same name and namespace in other branches
  1. 1.x 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();