public function TawktoGenerator::getBaseUrl in tawk.to Live Chat (Drupal 8) 8
Base url for tawk.to application which serves iframe.
2 calls to TawktoGenerator::getBaseUrl()
- TawktoGenerator::getIframe in tawk_to/
src/ core/ TawktoGenerator.php - TawktoGenerator::getIframeUrl in tawk_to/
src/ core/ TawktoGenerator.php - Constructs url for configuration iframe.
File
- tawk_to/
src/ core/ TawktoGenerator.php, line 94
Class
Namespace
Drupal\tawk_to\coreCode
public function getBaseUrl() {
return 'https://plugins.tawk.to';
}