You are here

public function WorkspaceOperationInterface::getDifferringRevisionIdsOnTarget in Drupal 10

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

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

Return value

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

File

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

Class

WorkspaceOperationInterface
Defines an interface for workspace operations.

Namespace

Drupal\workspaces

Code

public function getDifferringRevisionIdsOnTarget();