function WorkspaceMergerInterface::merge

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

Merges the contents of the source workspace into the target workspace.

1 method overrides WorkspaceMergerInterface::merge()
WorkspaceMerger::merge in core/modules/workspaces/src/WorkspaceMerger.php
Merges the contents of the source workspace into the target workspace.

File

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

Class

WorkspaceMergerInterface
Defines an interface for the workspace merger.

Namespace

Drupal\workspaces

Code

public function merge();

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