diff --git a/core/modules/views_ui/src/ViewUI.php b/core/modules/views_ui/src/ViewUI.php index fc5eb26..1583650 100644 --- a/core/modules/views_ui/src/ViewUI.php +++ b/core/modules/views_ui/src/ViewUI.php @@ -755,7 +755,7 @@ public function renderPreview($display_id, $args = array()) { t('@time ms', array('@time' => intval($this->getExecutable()->render_time * 100000) / 100)), ); } - \Drupal::moduleHandler()->alter('views_preview_info', $rows, $this->executable); + \Drupal::moduleHandler()->alter('views_preview_info', $rows, $this->getExecutable()); } else { // No query was run. Display that information in place of either the