interface WorkspacePublisherInterface in Drupal 10
Same name and namespace in other branches
- 8 core/modules/workspaces/src/WorkspacePublisherInterface.php \Drupal\workspaces\WorkspacePublisherInterface
- 9 core/modules/workspaces/src/WorkspacePublisherInterface.php \Drupal\workspaces\WorkspacePublisherInterface
Defines an interface for the workspace publisher.
@internal
Hierarchy
- interface \Drupal\workspaces\WorkspacePublisherInterface extends \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();
}