diff -u b/core/modules/views_ui/src/ViewListBuilder.php b/core/modules/views_ui/src/ViewListBuilder.php --- b/core/modules/views_ui/src/ViewListBuilder.php +++ b/core/modules/views_ui/src/ViewListBuilder.php @@ -82,12 +82,12 @@ public function buildRow(EntityInterface $view) { $row = parent::buildRow($view); $prefix = ''; - $path_data = []; + $path_data = array(); foreach ($this->getDisplayPaths($view) as $display_path) { - $path_data[] = [ + $path_data[] = array( '#prefix' => $prefix, '#markup' => SafeMarkup::escape($display_path), - ]; + ); $prefix = ', '; } return array(