public EntityFormBuilder::getForm(EntityInterface $entity, $operation = 'default', array $form_state_additions = array())
Gets the built and processed entity form for the given entity.
The form may also be retrieved from the cache if the form was built in a previous page load. The form is then passed on for processing, validation, and submission if there is proper input.
$form_state_additions['langcode'] = $langcode;
$form = \Drupal::service('entity.form_builder')->getForm($entity, 'defa