public ContentTranslationHandler::entityFormEntityBuild($entity_type, EntityInterface $entity, array $form, FormStateInterface $form_state)
Entity builder method.
Parameters
string $entity_type: The type of the entity.
\Drupal\Core\Entity\EntityInterface $entity: The entity whose form is being built.
See also
\Drupal\content_translation\ContentTranslationHandler::entityFormAlter()
File
core/modules/content_translation/src/ContentTranslationHandler.php, line 575
Class
ContentTranslationHan