public function WorkspacePublisherInterface::publish in Drupal 8
Same name and namespace in other branches
- 9 core/modules/workspaces/src/WorkspacePublisherInterface.php \Drupal\workspaces\WorkspacePublisherInterface::publish()
- 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\workspacesCode
public function publish();