public ViewFormBase::getDisplayLabel(ViewUI $view, $display_id, $check_changed = TRUE)
Placeholder function for overriding $display['display_title'].
@todo Remove this function once editing the display title is possible.
File
core/modules/views_ui/src/ViewFormBase.php, line 157
Class
ViewFormBase Base form for Views forms.
Namespace
Drupal\views_ui
Code
public function getDisplayLabel(ViewUI $view, $display_id, $check_changed = TRUE) {
$display = $view->get('display');
$title =