You are here

public function NullRepositoryHandler::checkConflictsOnTarget in Workspace 8.2

Checks if there are any conflicts between the source and the target.

Return value

array Returns an array consisting of the number of conflicts between the source and the target, keyed by the conflict type constant.

Overrides RepositoryHandlerInterface::checkConflictsOnTarget

File

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

Class

NullRepositoryHandler
Defines a fallback repository handler plugin.

Namespace

Drupal\workspace\Plugin\RepositoryHandler

Code

public function checkConflictsOnTarget() {
  return [];
}