interface ConflictUIResolverHandlerInterface in Conflict 8.2
Hierarchy
- interface \Drupal\conflict\Entity\ConflictUIResolverHandlerInterface
Expanded class hierarchy of ConflictUIResolverHandlerInterface
All classes that implement ConflictUIResolverHandlerInterface
File
- src/
Entity/ ConflictUIResolverHandlerInterface.php, line 9
Namespace
Drupal\conflict\EntityView source
interface ConflictUIResolverHandlerInterface {
/**
* Adds a conflict resolution to the build array.
*
* @param $build
* The render array to fill in the conflict resolution
* @param \Drupal\Core\Ajax\AjaxResponse $response
* The ajax response.
*
* @return mixed
*/
public function addConflictResolution($path, FormStateInterface $form_state, EntityInterface $entity, &$build, AjaxResponse $response);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConflictUIResolverHandlerInterface:: |
public | function | Adds a conflict resolution to the build array. |