You are here

public function WorkspacePublisherInterface::publish in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/WorkspacePublisherInterface.php \Drupal\workspaces\WorkspacePublisherInterface::publish()
  2. 10 core/modules/workspaces/src/WorkspacePublisherInterface.php \Drupal\workspaces\WorkspacePublisherInterface::publish()

Publishes the contents of a workspace to the default (Live) workspace.

1 method overrides WorkspacePublisherInterface::publish()
WorkspacePublisher::publish in core/modules/workspaces/src/WorkspacePublisher.php
Publishes the contents of a workspace to the default (Live) workspace.

File

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

Class

WorkspacePublisherInterface
Defines an interface for the workspace publisher.

Namespace

Drupal\workspaces

Code

public function publish();