You are here

public function WorkspaceOperationInterface::getDifferringRevisionIdsOnSource in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/WorkspaceOperationInterface.php \Drupal\workspaces\WorkspaceOperationInterface::getDifferringRevisionIdsOnSource()
  2. 10 core/modules/workspaces/src/WorkspaceOperationInterface.php \Drupal\workspaces\WorkspaceOperationInterface::getDifferringRevisionIdsOnSource()

Gets the revision identifiers for items which have changed on the source.

Return value

array A multidimensional array of revision identifiers, keyed by entity type IDs.

2 methods override WorkspaceOperationInterface::getDifferringRevisionIdsOnSource()
WorkspaceMerger::getDifferringRevisionIdsOnSource in core/modules/workspaces/src/WorkspaceMerger.php
Gets the revision identifiers for items which have changed on the source.
WorkspacePublisher::getDifferringRevisionIdsOnSource in core/modules/workspaces/src/WorkspacePublisher.php
Gets the revision identifiers for items which have changed on the source.

File

core/modules/workspaces/src/WorkspaceOperationInterface.php, line 56

Class

WorkspaceOperationInterface
Defines an interface for workspace operations.

Namespace

Drupal\workspaces

Code

public function getDifferringRevisionIdsOnSource();