By admin , 22 April, 2023 Tags form /** @var \Drupal\Core\Entity\EntityForm $form_object */ $form_object = $form_state->getFormObject(); if ($form_object instanceof EntityForm) { $entity = $form_object->getEntity(); // Do something with the entity. }