You are here

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

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

Retrieves the URL of the remote service (factory).

File

src/AcsfConfig.php, line 111

Class

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

Namespace

Drupal\acsf

Code

public function getUrl() {
  return $this->url;
}