Ruta de corriente de nodo de Page Drupal 8 Get Page

// Get current path.
$current_path = \Drupal::service('path.current')->getPath();
$path_alias = \Drupal::service('path.alias_manager')->getAliasByPath($current_path);
Gleaming Gannet