Enforce the Drupal RouteCompiler for all routes dumped with our dumper.

8.0.x
Larry Garfield 2012-06-30 15:40:25 -05:00 committed by effulgentsia
parent e9a95aa1fb
commit 40e5531952
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ class MatcherDumper implements MatcherDumperInterface {
));
foreach ($this->routes as $name => $route) {
$route->setOption('compiler_class', '\Drupal\Core\Routing\RouteCompiler');
$compiled = $route->compile();
$values = array(
'name' => $name,