Initialize the form state and the entity before the first form build.
Overrides ViewFormControllerBase::init
public function init(array &$form_state) {
parent::init($form_state);
drupal_set_title(t('Clone of @label', array(
'@label' => $this->entity
->label(),
)));
}