You are here

protected function MaskContentEntityStorage::doDeleteRevisionFieldItems in Chaos Tool Suite (ctools) 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 ContentEntityStorageBase::doDeleteRevisionFieldItems

File

modules/ctools_entity_mask/src/MaskContentEntityStorage.php, line 50

Class

MaskContentEntityStorage
Storage handler that simulates a full save, without writing to the database.

Namespace

Drupal\ctools_entity_mask

Code

protected function doDeleteRevisionFieldItems(ContentEntityInterface $revision) {
}