// Execute/get the view preview.
$preview =
$executable->
preview($display_id,
$args);
if ($show_additional_queries) { $this->
endQueryCapture();
} $this->render_time = Timer::
stop('entity.view.preview_form'
)['time'
];
views_ui_contextual_links_suppress_pop();
// Prepare the query information and statistics to show either above or
// below the view preview.
// Initialize the empty rows arrays so we can safely merge them later.
$rows['query'
] =
[];
$rows['statistics'
] =
[];
if ($show_info ||
$show_query ||
$show_stats) { // Get information from the preview for display.
if (!
empty($executable->build_info
['query'
])) { if ($show_query) { $query_string =
$executable->build_info
['query'
];