You are here

public function NullRepositoryHandler::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.

Overrides RepositoryHandlerInterface::getDifferringRevisionIdsOnTarget

File

src/Plugin/RepositoryHandler/NullRepositoryHandler.php, line 43

Class

NullRepositoryHandler
Defines a fallback repository handler plugin.

Namespace

Drupal\workspace\Plugin\RepositoryHandler

Code

public function getDifferringRevisionIdsOnTarget() {
  return [];
}