You are here

public function EntityConflictHandlerInterface::finishConflictResolution in Conflict 8.2

Finishes the conflict resolution after the user interaction (manual merge).

Parameters

\Drupal\Core\Entity\EntityInterface $entity: The entity.

array $path_parents: The parents to the entity.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

1 method overrides EntityConflictHandlerInterface::finishConflictResolution()
ContentEntityConflictHandler::finishConflictResolution in src/Entity/ContentEntityConflictHandler.php
Finishes the conflict resolution after the user interaction (manual merge).

File

src/Entity/EntityConflictHandlerInterface.php, line 81

Class

EntityConflictHandlerInterface

Namespace

Drupal\conflict\Entity

Code

public function finishConflictResolution(EntityInterface $entity, $path_parents, FormStateInterface $form_state);