Remove deprecated pattern.

This commit is contained in:
Rosie Le Faive 2024-05-14 11:17:41 -03:00
parent a63808a149
commit d373aa8338

View file

@ -77,7 +77,7 @@ abstract class SearchApiDisplayBlockDeriver implements ContainerDeriverInterface
$view_display = $display_definition['view_display']; $view_display = $display_definition['view_display'];
// The derived block needs both the view / display identifiers to // The derived block needs both the view / display identifiers to
// construct the pager. // construct the pager.
$machine_name = "${view_id}__${view_display}"; $machine_name = "{$view_id}__{$view_display}";
/** @var \Drupal\views\ViewEntityInterface $view */ /** @var \Drupal\views\ViewEntityInterface $view */
$view = $this->storage->load($view_id); $view = $this->storage->load($view_id);