public function NullRepositoryHandler::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.
Overrides RepositoryHandlerInterface::getDifferringRevisionIdsOnSource
File
- src/
Plugin/ RepositoryHandler/ NullRepositoryHandler.php, line 50
Class
- NullRepositoryHandler
- Defines a fallback repository handler plugin.
Namespace
Drupal\workspace\Plugin\RepositoryHandlerCode
public function getDifferringRevisionIdsOnSource() {
return [];
}