function WorkspacePublisherInterface::publish

Same name and namespace in other branches
  1. 8.9.x core/modules/workspaces/src/WorkspacePublisherInterface.php \Drupal\workspaces\WorkspacePublisherInterface::publish()
  2. 10 core/modules/workspaces/src/WorkspacePublisherInterface.php \Drupal\workspaces\WorkspacePublisherInterface::publish()
  3. 11.x 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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.