You are here

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

TawktoGenerator

Namespace

Drupal\tawk_to\core

Code

public function getBaseUrl() {
  return 'https://plugins.tawk.to';
}