interface WorkspacePublisherInterface
Same name and namespace in other branches
- 11.x core/modules/workspaces/src/WorkspacePublisherInterface.php \Drupal\workspaces\WorkspacePublisherInterface
- 10 core/modules/workspaces/src/WorkspacePublisherInterface.php \Drupal\workspaces\WorkspacePublisherInterface
- 8.9.x core/modules/workspaces/src/WorkspacePublisherInterface.php \Drupal\workspaces\WorkspacePublisherInterface
Defines an interface for the workspace publisher.
@internal
Hierarchy
- interface \Drupal\workspaces\WorkspaceOperationInterface
- interface \Drupal\workspaces\WorkspacePublisherInterface implements \Drupal\workspaces\WorkspaceOperationInterface
Expanded class hierarchy of WorkspacePublisherInterface
All classes that implement WorkspacePublisherInterface
File
-
core/
modules/ workspaces/ src/ WorkspacePublisherInterface.php, line 10
Namespace
Drupal\workspacesView source
interface WorkspacePublisherInterface extends WorkspaceOperationInterface {
/**
* Publishes the contents of a workspace to the default (Live) workspace.
*/
public function publish();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.