get current path fron drupal 8 code example
Example: Drupal 8 get page node current path
// Get current path.
$current_path = \Drupal::service('path.current')->getPath();
$path_alias = \Drupal::service('path.alias_manager')->getAliasByPath($current_path);