Skip to content

Commit

Permalink
Merge pull request #47 from Islandora/rosiel-patch-1
Browse files Browse the repository at this point in the history
Remove deprecated ${var} pattern.
  • Loading branch information
aOelschlager authored Jun 12, 2024
2 parents 5186018 + d373aa8 commit ec0922f
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 ec0922f

Please sign in to comment.