function WorkspaceMergerInterface::merge
Same name in other branches
- 9 core/modules/workspaces/src/WorkspaceMergerInterface.php \Drupal\workspaces\WorkspaceMergerInterface::merge()
- 8.9.x core/modules/workspaces/src/WorkspaceMergerInterface.php \Drupal\workspaces\WorkspaceMergerInterface::merge()
- 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\workspacesCode
public function merge();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.