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
Namespace
Drupal\tmgmt_smartling\ContextCode
private function getBaseUrl() {
global $base_url;
return $base_url;
}