function WorkspaceManagerInterface::purgeDeletedWorkspacesBatch

Same name and namespace in other branches
  1. 10 core/modules/workspaces/src/WorkspaceManagerInterface.php \Drupal\workspaces\WorkspaceManagerInterface::purgeDeletedWorkspacesBatch()
  2. 9 core/modules/workspaces/src/WorkspaceManagerInterface.php \Drupal\workspaces\WorkspaceManagerInterface::purgeDeletedWorkspacesBatch()
  3. 8.9.x core/modules/workspaces/src/WorkspaceManagerInterface.php \Drupal\workspaces\WorkspaceManagerInterface::purgeDeletedWorkspacesBatch()

Deletes the revisions associated with deleted workspaces.

Deprecated

in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement.

See also

https://www.drupal.org/node/3553582

1 method overrides WorkspaceManagerInterface::purgeDeletedWorkspacesBatch()
WorkspaceManager::purgeDeletedWorkspacesBatch in core/modules/workspaces/src/WorkspaceManager.php
Deletes the revisions associated with deleted workspaces.

File

core/modules/workspaces/src/WorkspaceManagerInterface.php, line 82

Class

WorkspaceManagerInterface
Provides an interface for managing Workspaces.

Namespace

Drupal\workspaces

Code

public function purgeDeletedWorkspacesBatch();

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