You are here

private function HtmlAssetInliner::getBaseUrl in TMGMT Translator Smartling 8

1 call to HtmlAssetInliner::getBaseUrl()
HtmlAssetInliner::embedContentImages in src/Context/HtmlAssetInliner.php

File

src/Context/HtmlAssetInliner.php, line 539

Class

HtmlAssetInliner

Namespace

Drupal\tmgmt_smartling\Context

Code

private function getBaseUrl() {
  global $base_url;
  return $base_url;
}