public function RepositoryHandlerInterface::getDifferringRevisionIdsOnTarget in Workspace 8.2
Gets the revision identifiers for items which have changed on the target.
@todo Update the return values to be only UUIDs and revision UUIDs in https://www.drupal.org/node/2958752
Return value
array A multidimensional array of revision identifiers, either the revision ID or the revision UUID, keyed by entity type IDs.
2 methods override RepositoryHandlerInterface::getDifferringRevisionIdsOnTarget()
- LiveRepositoryHandler::getDifferringRevisionIdsOnTarget in src/
Plugin/ RepositoryHandler/ LiveRepositoryHandler.php - Gets the revision identifiers for items which have changed on the target.
- NullRepositoryHandler::getDifferringRevisionIdsOnTarget in src/
Plugin/ RepositoryHandler/ NullRepositoryHandler.php - Gets the revision identifiers for items which have changed on the target.
File
- src/
RepositoryHandlerInterface.php, line 89
Class
- RepositoryHandlerInterface
- RepositoryHandler plugins handle content replication.
Namespace
Drupal\workspaceCode
public function getDifferringRevisionIdsOnTarget();