/**
* 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...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | incorrect_class_name-2079717-1.patch | 614 bytes | stephaneq |
Comments
Comment #1
stephaneqComment #2
joachim commentedI think I can safely RTBC that without the testbot's approval ;)
Thanks for the patch! :)
Comment #3
webchickGreat catch, thanks!
Committed and pushed to 8.x.