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
Namespace
Drupal\conflict_paragraphs\ConflictResolutionCode
public function getMergeStrategyId() : string {
return 'conflict.merge_remote_paragraph_structure';
}