function Display::getFormState
Same name in other branches
- 8.9.x core/modules/views_ui/src/Form/Ajax/Display.php \Drupal\views_ui\Form\Ajax\Display::getFormState()
- 10 core/modules/views_ui/src/Form/Ajax/Display.php \Drupal\views_ui\Form\Ajax\Display::getFormState()
- 11.x core/modules/views_ui/src/Form/Ajax/Display.php \Drupal\views_ui\Form\Ajax\Display::getFormState()
@todo Remove this and switch all usage of $form_state->get('section') to $form_state->get('type').
Overrides ViewsFormBase::getFormState
File
-
core/
modules/ views_ui/ src/ Form/ Ajax/ Display.php, line 35
Class
- Display
- Provides a form for editing the Views display.
Namespace
Drupal\views_ui\Form\AjaxCode
public function getFormState(ViewEntityInterface $view, $display_id, $js) {
$form_state = parent::getFormState($view, $display_id, $js);
$form_state->set('section', $this->type);
return $form_state;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.