public ViewEditForm::getFormBucket(ViewUI $view, $type, $display)
Add information about a section to a display.
File
core/modules/views_ui/src/ViewEditForm.php, line 912
Class
ViewEditForm Form controller for the Views edit form.
Namespace
Drupal\views_ui
Code
public function getFormBucket(ViewUI $view, $type, $display) {
$executable = $view->getExecutable();
$executable->setDisplay($display['id']);
$executable->initStyle();
$types = $executable->getHandlerTypes();