Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 294458

routeProvider is null in ViewExecutable

$
0
0

In ViewExecutable.php, at line 1932, $this->routeProvider is empty. I needed to add

if (!$this->routeProvider) {
  $this->routeProvider = \Drupal::service('router.route_provider');
}

to make it work again.


Viewing all articles
Browse latest Browse all 294458

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>