Skip to content

Commit

Permalink
Remove deprecated pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed May 14, 2024
1 parent a63808a commit d373aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/Block/SearchApiDisplayBlockDeriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function getDerivativeDefinitions($base_plugin_definition) {
$view_display = $display_definition['view_display'];
// The derived block needs both the view / display identifiers to
// construct the pager.
$machine_name = "${view_id}__${view_display}";
$machine_name = "{$view_id}__{$view_display}";

/** @var \Drupal\views\ViewEntityInterface $view */
$view = $this->storage->load($view_id);
Expand Down

0 comments on commit d373aa8

Please sign in to comment.