You are here

public function MergeRemoteOnlyChanges::getMergeStrategyId in Conflict 8.2

Returns the merge strategy ID.

To prevent conflicts the merge strategy ID should be prefixed by the provider's name.

Return value

string The merge strategy ID.

Overrides MergeStrategyInterface::getMergeStrategyId

File

src/ConflictResolution/MergeRemoteOnlyChanges.php, line 13

Class

MergeRemoteOnlyChanges

Namespace

Drupal\conflict\ConflictResolution

Code

public function getMergeStrategyId() : string {
  return 'conflict.merge_remote_only_changes';
}