How to get base url and theme url in drupal 8 Drupal , Drupal 8 updated: Wednesday, 5 April 2017Wednesday, 5 April 2017 654308 Use below codeglobal $base_url;$theme_url = $base_url.'/'.Drupal::theme()->getActiveTheme()->getPath();