You are here

public function EntityConflictFormHandlerInterface::buildConflictForm in Conflict 8.2

Builds an entity conflict form.

Parameters

array $form: The form structure to fill in.

\Drupal\Core\Entity\EntityInterface $entity_local_edited: The locally edited entity.

\Drupal\Core\Entity\EntityInterface $entity_local_edited: The locally used original entity.

\Drupal\Core\Entity\EntityInterface $entity_server: The unchanged entity loaded from the storage.

File

src/Form/EntityConflictFormHandlerInterface.php, line 21

Class

EntityConflictFormHandlerInterface

Namespace

Drupal\conflict\Form

Code

public function buildConflictForm(&$form, EntityInterface $entity_local_edited, EntityInterface $entity_local_original, EntityInterface $entity_server);