diff --git a/core/modules/views/lib/Drupal/views/Plugin/Derivative/ViewsBlock.php b/core/modules/views/lib/Drupal/views/Plugin/Derivative/ViewsBlock.php index 1b7f194..9e84d6b 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/Derivative/ViewsBlock.php +++ b/core/modules/views/lib/Drupal/views/Plugin/Derivative/ViewsBlock.php @@ -30,7 +30,7 @@ class ViewsBlock implements ContainerDerivativeInterface { * * @var string */ - protected $base_plugin_id; + protected $basePluginId; /** * The view storage controller.