/**
   * Constructs a ViewsBlock object.
   *
   * @param string $base_plugin_id
   *   The base plugin ID.
   * @param \Drupal\Core\Entity\EntityManager $entity_manager
   *   The entity manager.
   * @param \Drupal\views\ViewsData $views_data
   *   The views data service.
   */
  public function __construct($base_plugin_id, EntityManager $entity_manager, ViewsData $views_data) {

I don't think it constructs one of those...

CommentFileSizeAuthor
#1 incorrect_class_name-2079717-1.patch614 bytesStephaneQ
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

StephaneQ’s picture

Status: Active » Needs review
FileSize
614 bytes
joachim’s picture

Status: Needs review » Reviewed & tested by the community

I think I can safely RTBC that without the testbot's approval ;)

Thanks for the patch! :)

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Great catch, thanks!

Committed and pushed to 8.x.

Automatically closed -- issue fixed for 2 weeks with no activity.