Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

WorkspacePublisherInterface.php

Namespace

Drupal\workspaces

File

core/modules/workspaces/src/WorkspacePublisherInterface.php

View source
<?php

namespace Drupal\workspaces;


/**
 * Defines an interface for the workspace publisher.
 *
 * @internal
 */
interface WorkspacePublisherInterface extends WorkspaceOperationInterface {
    
    /**
     * Publishes the contents of a workspace to the default (Live) workspace.
     */
    public function publish();

}

Interfaces

Title Deprecated Summary
WorkspacePublisherInterface Defines an interface for the workspace publisher.
RSS feed
Powered by Drupal