function ContentEntityStorageBase::doDeleteRevisionFieldItems
Deletes field values of an entity revision from the storage.
Parameters
\Drupal\Core\Entity\ContentEntityInterface $revision: An entity revision object to be deleted.
1 call to ContentEntityStorageBase::doDeleteRevisionFieldItems()
- ContentEntityStorageBase::deleteRevision in core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php  - Delete a specific entity revision.
 
2 methods override ContentEntityStorageBase::doDeleteRevisionFieldItems()
- ContentEntityNullStorage::doDeleteRevisionFieldItems in core/
lib/ Drupal/ Core/ Entity/ ContentEntityNullStorage.php  - Deletes field values of an entity revision from the storage.
 - SqlContentEntityStorage::doDeleteRevisionFieldItems in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorage.php  - Deletes field values of an entity revision from the storage.
 
File
- 
              core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php, line 831  
Class
- ContentEntityStorageBase
 - Base class for content entity storage handlers.
 
Namespace
Drupal\Core\EntityCode
abstract protected function doDeleteRevisionFieldItems(ContentEntityInterface $revision);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.