Merge pull request #47 from Islandora/rosiel-patch-1
Remove deprecated ${var} pattern.
This commit is contained in:
commit
ec0922fa78
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ abstract class SearchApiDisplayBlockDeriver implements ContainerDeriverInterface
|
|||
$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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue