Answers for "drupal 8 get the current url"

0

drupal 8 get site base url

$host = Drupal::request()->getSchemeAndHttpHost();
Posted by: Guest on October-12-2020

Browse Popular Code Answers by Language