You are here

interface ConflictUIResolverHandlerInterface in Conflict 8.2

Hierarchy

Expanded class hierarchy of ConflictUIResolverHandlerInterface

All classes that implement ConflictUIResolverHandlerInterface

File

src/Entity/ConflictUIResolverHandlerInterface.php, line 9

Namespace

Drupal\conflict\Entity
View 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

Namesort descending Modifiers Type Description Overrides
ConflictUIResolverHandlerInterface::addConflictResolution public function Adds a conflict resolution to the build array.