public function RevisionableStorageInterface::deleteRevision in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php \Drupal\Core\Entity\RevisionableStorageInterface::deleteRevision()
- 10 core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php \Drupal\Core\Entity\RevisionableStorageInterface::deleteRevision()
Deletes a specific entity revision.
A revision can only be deleted if it's not the currently active one.
Parameters
int $revision_id: The revision ID.
Overrides EntityStorageInterface::deleteRevision
File
- core/
lib/ Drupal/ Core/ Entity/ RevisionableStorageInterface.php, line 55
Class
- RevisionableStorageInterface
- A storage that supports revisionable entity types.
Namespace
Drupal\Core\EntityCode
public function deleteRevision($revision_id);