You are here

public function RepositoryHandlerInterface::getDifferringRevisionIdsOnSource in Workspace 8.2

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

@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::getDifferringRevisionIdsOnSource()
LiveRepositoryHandler::getDifferringRevisionIdsOnSource in src/Plugin/RepositoryHandler/LiveRepositoryHandler.php
Gets the revision identifiers for items which have changed on the source.
NullRepositoryHandler::getDifferringRevisionIdsOnSource in src/Plugin/RepositoryHandler/NullRepositoryHandler.php
Gets the revision identifiers for items which have changed on the source.

File

src/RepositoryHandlerInterface.php, line 101

Class

RepositoryHandlerInterface
RepositoryHandler plugins handle content replication.

Namespace

Drupal\workspace

Code

public function getDifferringRevisionIdsOnSource();