Updates the form's entity by processing this submission's values.
Note: Before this can be safely invoked the entity form must have passed validation, i.e. only add this as form #submit handler if validation is added as well.
array $form: A nested array form elements comprising the form.
array $form_state: An associative array containing the current state of the form.
public function submit(array $form, array &$form_state);