public function ConflictUIResolverHandlerInterface::addConflictResolution in Conflict 8.2
Adds a conflict resolution to the build array.
Parameters
$build: The render array to fill in the conflict resolution
\Drupal\Core\Ajax\AjaxResponse $response: The ajax response.
Return value
mixed
File
- src/
Entity/ ConflictUIResolverHandlerInterface.php, line 21
Class
Namespace
Drupal\conflict\EntityCode
public function addConflictResolution($path, FormStateInterface $form_state, EntityInterface $entity, &$build, AjaxResponse $response);