You are here

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

2 methods override RepositoryHandlerInterface::checkConflictsOnTarget()
LiveRepositoryHandler::checkConflictsOnTarget in src/Plugin/RepositoryHandler/LiveRepositoryHandler.php
Checks if there are any conflicts between the source and the target.
NullRepositoryHandler::checkConflictsOnTarget in src/Plugin/RepositoryHandler/NullRepositoryHandler.php
Checks if there are any conflicts between the source and the target.

File

src/RepositoryHandlerInterface.php, line 77

Class

RepositoryHandlerInterface
RepositoryHandler plugins handle content replication.

Namespace

Drupal\workspace

Code

public function checkConflictsOnTarget();