|
|
|
|
@ -133,7 +133,7 @@ class BlockViewBuilder {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Overrride contextual arguments if arguments parameter is being passed |
|
|
|
|
// and the instance is of type ViewBlock |
|
|
|
|
// and the instance $block_plugin is of type Drupal\views\Plugin\Block\ViewsBlock. |
|
|
|
|
if ($block_plugin instanceof ViewsBlock) { |
|
|
|
|
if (!empty($arguments)) { |
|
|
|
|
$view = $block_plugin->getViewExecutable(); |
|
|
|
|
|