abstract protected function ContentEntityStorageBase::doDeleteRevisionFieldItems in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php \Drupal\Core\Entity\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 358 - Contains \Drupal\Core\Entity\ContentEntityStorageBase.
Class
- ContentEntityStorageBase
- Base class for content entity storage handlers.
Namespace
Drupal\Core\EntityCode
protected abstract function doDeleteRevisionFieldItems(ContentEntityInterface $revision);