public function WorkspaceMergerInterface::merge in Drupal 8
Same name and namespace in other branches
- 9 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();