Drupal 8 $alias = Drupal::service('path.alias_manager')->getAliasByPath('/node/'.$nid); Drupal 9 $alias = Drupal::service('path_alias.manager')->getAliasByPath('/node/'.$nid);