function 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.