Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function findByName($name)
 {
     if (isset($this->routes[$name])) {
         return $this->routes[$name];
     }
     return $this->routeManager->findByName($name);
 }