function WorkspaceOperationInterface::getDifferringRevisionIdsOnTarget
Same name in other branches
- 9 core/modules/workspaces/src/WorkspaceOperationInterface.php \Drupal\workspaces\WorkspaceOperationInterface::getDifferringRevisionIdsOnTarget()
- 8.9.x core/modules/workspaces/src/WorkspaceOperationInterface.php \Drupal\workspaces\WorkspaceOperationInterface::getDifferringRevisionIdsOnTarget()
- 11.x 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.
2 methods override WorkspaceOperationInterface::getDifferringRevisionIdsOnTarget()
- WorkspaceMerger::getDifferringRevisionIdsOnTarget in core/
modules/ workspaces/ src/ WorkspaceMerger.php - Gets the revision identifiers for items which have changed on the target.
- WorkspacePublisher::getDifferringRevisionIdsOnTarget in core/
modules/ workspaces/ src/ WorkspacePublisher.php - Gets the revision identifiers for items which have changed on the target.
File
-
core/
modules/ workspaces/ src/ WorkspaceOperationInterface.php, line 47
Class
- WorkspaceOperationInterface
- Defines an interface for workspace operations.
Namespace
Drupal\workspacesCode
public function getDifferringRevisionIdsOnTarget();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.