Constructs a ViewsBlock object.
string $base_plugin_id: The base plugin ID.
\Drupal\Core\Entity\EntityStorageInterface $view_storage: The entity storage to load views.
public function __construct($base_plugin_id, EntityStorageInterface $view_storage) { $this->basePluginId = $base_plugin_id; $this->viewStorage = $view_storage; }