You are here

public function MergeRemoteStructure::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

modules/conflict_paragraphs/src/ConflictResolution/MergeRemoteStructure.php, line 18

Class

MergeRemoteStructure

Namespace

Drupal\conflict_paragraphs\ConflictResolution

Code

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