You are here

protected function CiviEntityStorage::doDeleteRevisionFieldItems in CiviCRM Entity 8.3

Deletes field values of an entity revision from the storage.

Parameters

\Drupal\Core\Entity\ContentEntityInterface $revision: An entity revision object to be deleted.

Overrides SqlContentEntityStorage::doDeleteRevisionFieldItems

File

src/CiviEntityStorage.php, line 339

Class

CiviEntityStorage
Defines entity class for external CiviCRM entities.

Namespace

Drupal\civicrm_entity

Code

protected function doDeleteRevisionFieldItems(ContentEntityInterface $revision) {
}