Skip to content

Instantly share code, notes, and snippets.

@chloecorfmat
Created September 16, 2020 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chloecorfmat/e51d348ae4bb7d98dfcfa92da4106235 to your computer and use it in GitHub Desktop.
Save chloecorfmat/e51d348ae4bb7d98dfcfa92da4106235 to your computer and use it in GitHub Desktop.
D8 : Get current path alias
$path = \Drupal::service('path.current')->getPath();
$alias = \Drupal::service('path.alias_manager')->getAliasByPath($path);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment