function WorkspaceProviderBase::entityRevisionDelete

Same name and namespace in other branches
  1. 11.x core/modules/workspaces/src/Provider/WorkspaceProviderBase.php \Drupal\workspaces\Provider\WorkspaceProviderBase::entityRevisionDelete()

Acts after an entity revision has been deleted.

Parameters

\Drupal\Core\Entity\EntityInterface $entity: The entity revision that was deleted.

Overrides WorkspaceProviderInterface::entityRevisionDelete

File

core/modules/workspaces/src/Provider/WorkspaceProviderBase.php, line 255

Class

WorkspaceProviderBase
Defines the base class for workspace providers.

Namespace

Drupal\workspaces\Provider

Code

public function entityRevisionDelete(EntityInterface $entity) : void {
}

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