You are here

public function AcsfConfig::getUrlSuffix in Acquia Cloud Site Factory Connector 8

Same name and namespace in other branches
  1. 8.2 src/AcsfConfig.php \Drupal\acsf\AcsfConfig::getUrlSuffix()

Retrieves the domain suffix used for sites hosted on this ACSF environment.

Please note: this is not always equal to the suffix of the factory URL. In practice it is, except when the site factory governs sites hosted in multiple regions across the world. In that case, sites hosted in specific regions have a specific domain suffix - which differs from the factory URL for at least one region.

This value is empty on production sites; it is only set for staged sites.

File

src/AcsfConfig.php, line 126

Class

AcsfConfig
Provides an interface to define how our message configuration should work.

Namespace

Drupal\acsf

Code

public function getUrlSuffix() {
  return $this->urlSuffix;
}