Loading core/modules/workspaces/src/WorkspaceManagerInterface.php +5 −0 Original line number Diff line number Diff line Loading @@ -100,4 +100,9 @@ public function executeOutsideWorkspace(callable $function); */ public function shouldAlterOperations(EntityTypeInterface $entity_type); /** * Deletes the revisions associated with deleted workspaces. */ public function purgeDeletedWorkspacesBatch(); } Loading
core/modules/workspaces/src/WorkspaceManagerInterface.php +5 −0 Original line number Diff line number Diff line Loading @@ -100,4 +100,9 @@ public function executeOutsideWorkspace(callable $function); */ public function shouldAlterOperations(EntityTypeInterface $entity_type); /** * Deletes the revisions associated with deleted workspaces. */ public function purgeDeletedWorkspacesBatch(); }