Remove deprecated pattern.
This commit is contained in:
parent
a63808a149
commit
d373aa8338
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue