Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save UshaMakoa/50891d5a54269e4d692db624513b64b7 to your computer and use it in GitHub Desktop.
Save UshaMakoa/50891d5a54269e4d692db624513b64b7 to your computer and use it in GitHub Desktop.
function MYMODULE_template_preprocess_default_variables_alter(&$variables) {
$current_path = \Drupal::service('path.current')->getPath();
$variables['current_path'] = $current_path;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment