Problem/Motivation
In \Drupal\user\AccountForm::submitForm()
method \Drupal\Core\Entity\EntityForm::getEntity()
called with an argument $form_state
, but :;getEntity()
doesn't expects any.
Proposed resolution
Remove that argument.
In \Drupal\user\AccountForm::submitForm()
method \Drupal\Core\Entity\EntityForm::getEntity()
called with an argument $form_state
, but :;getEntity()
doesn't expects any.
Remove that argument.