public ViewEditForm::rebuildCurrentTab(ViewUI $view, AjaxResponse $response, $display_id)
Regenerate the current tab for AJAX updates.
Parameters
\Drupal\views_ui\ViewUI $view: The view to regenerate its tab.
\Drupal\Core\Ajax\AjaxResponse $response: The response object to add new commands to.
string $display_id: The display ID of the tab to regenerate.
File
core/modules/views_ui/src/ViewEditForm.php, line 654
Class
ViewEditForm Form controller for the Views edit form.
Namespace
Drupal