interface WorkspacePublisherInterface

Same name and namespace in other branches
  1. 11.x core/modules/workspaces/src/WorkspacePublisherInterface.php \Drupal\workspaces\WorkspacePublisherInterface
  2. 10 core/modules/workspaces/src/WorkspacePublisherInterface.php \Drupal\workspaces\WorkspacePublisherInterface
  3. 8.9.x core/modules/workspaces/src/WorkspacePublisherInterface.php \Drupal\workspaces\WorkspacePublisherInterface

Defines an interface for the workspace publisher.

@internal

Hierarchy

Expanded class hierarchy of WorkspacePublisherInterface

All classes that implement WorkspacePublisherInterface

File

core/modules/workspaces/src/WorkspacePublisherInterface.php, line 10

Namespace

Drupal\workspaces
View 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.