function WorkspacePublisherInterface::publish
Same name 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()
- 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\workspacesCode
public function publish();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.