Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $url = Url::fromRoute('progetti');
  2. $variables['items'][]['value'] = array(
  3. '#type' => 'link',
  4. '#title' => array('#value' => 'sergio'),
  5. '#url' => $url,
  6. );
  7.  
  8. PHP Exception Symfony\Component\Routing\Exception\RouteNotFoundException: "Route "progetti" does not exist."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement