You are here

interface WorkspacePublisherInterface in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/workspaces/src/WorkspacePublisherInterface.php \Drupal\workspaces\WorkspacePublisherInterface
  2. 9 core/modules/workspaces/src/WorkspacePublisherInterface.php \Drupal\workspaces\WorkspacePublisherInterface

Defines an interface for the workspace publisher.

@internal

Hierarchy

Expanded class hierarchy of WorkspacePublisherInterface

All classes that implement WorkspacePublisherInterface

File

core/modules/workspaces/src/WorkspacePublisherInterface.php, line 10

Namespace

Drupal\workspaces
View source
interface WorkspacePublisherInterface extends WorkspaceOperationInterface {

  /**
   * Publishes the contents of a workspace to the default (Live) workspace.
   */
  public function publish();

}

Members