Overrides \Drupal\views_ui\Form\Ajax\ViewsFormBase::getFormState().
@todo Remove this and switch all usage of $form_state['section'] to $form_state['type'].
Overrides ViewsFormBase::getFormState
public function getFormState(ViewStorageInterface $view, $display_id, $js) {
return array(
'section' => $this->type,
) + parent::getFormState($view, $display_id, $js);
}