interface WorkspacePublisherInterface in Drupal 8
Same name and namespace in other branches
- 9 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
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();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
WorkspaceOperationInterface:: |
public | function | Checks if there are any conflicts between the source and the target. | 2 |
WorkspaceOperationInterface:: |
public | function | Gets the revision identifiers for items which have changed on the source. | 2 |
WorkspaceOperationInterface:: |
public | function | Gets the revision identifiers for items which have changed on the target. | 2 |
WorkspaceOperationInterface:: |
public | function | Gets the total number of items which have changed on the source. | 2 |
WorkspaceOperationInterface:: |
public | function | Gets the total number of items which have changed on the target. | 2 |
WorkspaceOperationInterface:: |
public | function | Returns the human-readable label of the source. | 2 |
WorkspaceOperationInterface:: |
public | function | Returns the human-readable label of the target. | 2 |
WorkspacePublisherInterface:: |
public | function | Publishes the contents of a workspace to the default (Live) workspace. | 1 |