You are here

interface WorkspaceMergerInterface in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/workspaces/src/WorkspaceMergerInterface.php \Drupal\workspaces\WorkspaceMergerInterface
  2. 9 core/modules/workspaces/src/WorkspaceMergerInterface.php \Drupal\workspaces\WorkspaceMergerInterface

Defines an interface for the workspace merger.

@internal

Hierarchy

Expanded class hierarchy of WorkspaceMergerInterface

All classes that implement WorkspaceMergerInterface

File

core/modules/workspaces/src/WorkspaceMergerInterface.php, line 10

Namespace

Drupal\workspaces
View source
interface WorkspaceMergerInterface extends WorkspaceOperationInterface {

  /**
   * Merges the contents of the source workspace into the target workspace.
   */
  public function merge();

}

Members