Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

WorkspaceMergerInterface.php

Namespace

Drupal\workspaces

File

core/modules/workspaces/src/WorkspaceMergerInterface.php

View source
<?php

namespace Drupal\workspaces;


/**
 * Defines an interface for the workspace merger.
 *
 * @internal
 */
interface WorkspaceMergerInterface extends WorkspaceOperationInterface {
    
    /**
     * Merges the contents of the source workspace into the target workspace.
     */
    public function merge();

}

Interfaces

Title Deprecated Summary
WorkspaceMergerInterface Defines an interface for the workspace merger.
RSS feed
Powered by Drupal