interface WorkspaceMergerInterface
Same name and namespace in other branches
- 11.x core/modules/workspaces/src/WorkspaceMergerInterface.php \Drupal\workspaces\WorkspaceMergerInterface
- 10 core/modules/workspaces/src/WorkspaceMergerInterface.php \Drupal\workspaces\WorkspaceMergerInterface
- 8.9.x core/modules/workspaces/src/WorkspaceMergerInterface.php \Drupal\workspaces\WorkspaceMergerInterface
Defines an interface for the workspace merger.
@internal
Hierarchy
- interface \Drupal\workspaces\WorkspaceOperationInterface
- interface \Drupal\workspaces\WorkspaceMergerInterface implements \Drupal\workspaces\WorkspaceOperationInterface
Expanded class hierarchy of WorkspaceMergerInterface
All classes that implement WorkspaceMergerInterface
File
-
core/
modules/ workspaces/ src/ WorkspaceMergerInterface.php, line 10
Namespace
Drupal\workspacesView source
interface WorkspaceMergerInterface extends WorkspaceOperationInterface {
/**
* Merges the contents of the source workspace into the target workspace.
*/
public function merge();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.