public function AcsfConfig::getSourceUrl in Acquia Cloud Site Factory Connector 8.2
Same name and namespace in other branches
- 8 src/AcsfConfig.php \Drupal\acsf\AcsfConfig::getSourceUrl()
Retrieves the URL of the production factory.
This value is empty on production sites; it is only set for staged sites.
File
- src/
AcsfConfig.php, line 135
Class
- AcsfConfig
- Provides an interface to define how our message configuration should work.
Namespace
Drupal\acsfCode
public function getSourceUrl() {
return $this->sourceUrl;
}