function RevisionableStorageInterface::deleteRevision

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php \Drupal\Core\Entity\RevisionableStorageInterface::deleteRevision()
  2. 10 core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php \Drupal\Core\Entity\RevisionableStorageInterface::deleteRevision()
  3. 11.x 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\Entity

Code

public function deleteRevision($revision_id);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.