interface WorkspaceMergerInterface in Drupal 10
Same name and namespace in other branches
- 8 core/modules/workspaces/src/WorkspaceMergerInterface.php \Drupal\workspaces\WorkspaceMergerInterface
- 9 core/modules/workspaces/src/WorkspaceMergerInterface.php \Drupal\workspaces\WorkspaceMergerInterface
Defines an interface for the workspace merger.
@internal
Hierarchy
- interface \Drupal\workspaces\WorkspaceMergerInterface extends \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();
}