Guest User

Untitled

a guest
Jan 16th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $route_name = Drupal::routeMatch()->getRouteName();
  2.  
  3. /**
  4. * Implements hook_preprocess_page().
  5. *
  6. */
  7. function mytheme_preprocess_page(&$variables) {
  8. $variables['route_name'] = Drupal::routeMatch()->getRouteName();
  9. }
  10.  
  11. {{ route_name }}
Add Comment
Please, Sign In to add comment