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